Fix Travis config

This commit is contained in:
xerial 2017-01-19 17:50:34 -08:00
parent d732857979
commit a2c09ecc3b
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ script:
- if [ "$TRAVIS_JDK_VERSION" == "oraclejdk8" ]; then
if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then
# Build all native libraries
make native-all && ./sbt test
make native-all && ./sbt test;
else
./sbt test;
fi;