Fix Travis config
This commit is contained in:
parent
a2c09ecc3b
commit
6b4cb2c89d
|
@ -17,7 +17,6 @@ jdk:
|
|||
script:
|
||||
- if [ "$TRAVIS_JDK_VERSION" == "oraclejdk8" ]; then
|
||||
if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then
|
||||
# Build all native libraries
|
||||
make native-all && ./sbt test;
|
||||
else
|
||||
./sbt test;
|
||||
|
|
Loading…
Reference in New Issue