Skip to content

Commit

Permalink
Fix Travis build
Browse files Browse the repository at this point in the history
Signed-off-by: Mihai Ciumeica <mihai@thirdhash.com>
  • Loading branch information
cmihai committed Apr 10, 2019
1 parent 3335689 commit f6d7339
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 532 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
name: "x86_64 Linux (unit and functional tests)"
env: >-
HOST=x86_64-unknown-linux-gnu
PACKAGES="python3-zmq libssl1.0-dev libevent-dev bsdmainutils libboost-system-dev libboost-filesystem-dev libboost-chrono-dev libboost-test-dev libboost-thread-dev libdb5.3++-dev libminiupnpc-dev libzmq3-dev libudev-dev"
PACKAGES="python3-zmq libssl1.0-dev libevent-dev bsdmainutils libboost-system-dev libboost-filesystem-dev libboost-chrono-dev libboost-test-dev libboost-thread-dev libdb5.3++-dev libminiupnpc-dev libzmq3-dev libudev-dev libhidapi-dev"
NO_DEPENDS=1
RUN_TESTS=true
GOAL="install"
Expand Down
2 changes: 1 addition & 1 deletion .travis/test_06_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ BEGIN_FOLD distdir
DOCKER_EXEC make distdir VERSION=$HOST
END_FOLD

cd unite-$HOST
cd unit-e-$HOST

BEGIN_FOLD configure
DOCKER_EXEC ./configure --cache-file=../config.cache $UNITE_CONFIG_ALL $UNITE_CONFIG || ( cat config.log && false)
Expand Down
Loading

0 comments on commit f6d7339

Please sign in to comment.