Skip to content

Commit

Permalink
test: fix travis.yml
Browse files Browse the repository at this point in the history
lowzj committed Jun 13, 2018
1 parent 3475251 commit 6e3793d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ language: java
jdk:
- oraclejdk8
script:
- (cd build/client && configure && make unit-test) && export LOG_HOME=/tmp/supernode && ./build/build.sh
- (cd ./build/client && ./configure && make unit-test) && export LOG_HOME=/tmp/supernode && ./build/build.sh

after_success:
- bash <(curl -s https://codecov.io/bash) || echo "Failed to report code coverage!"

0 comments on commit 6e3793d

Please sign in to comment.