mirror of
https://github.com/xerial/snappy-java.git
synced 2025-07-21 13:04:28 +02:00
Fix Travis config
This commit is contained in:
parent
d732857979
commit
a2c09ecc3b
@ -18,7 +18,7 @@ script:
|
|||||||
- if [ "$TRAVIS_JDK_VERSION" == "oraclejdk8" ]; then
|
- if [ "$TRAVIS_JDK_VERSION" == "oraclejdk8" ]; then
|
||||||
if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then
|
if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then
|
||||||
# Build all native libraries
|
# Build all native libraries
|
||||||
make native-all && ./sbt test
|
make native-all && ./sbt test;
|
||||||
else
|
else
|
||||||
./sbt test;
|
./sbt test;
|
||||||
fi;
|
fi;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user