mirror of
https://github.com/xerial/snappy-java.git
synced 2025-07-23 14:04:39 +02:00
Install curl
This commit is contained in:
parent
6e1d9eb9ca
commit
6e2af03387
@ -1,5 +1,8 @@
|
||||
sudo: required
|
||||
|
||||
before_install:
|
||||
- sudo apt-get install -y curl
|
||||
|
||||
services:
|
||||
- docker
|
||||
|
||||
@ -19,7 +22,7 @@ script:
|
||||
if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then
|
||||
make native-all && ./sbt "; test; publish";
|
||||
else
|
||||
./sbt test;
|
||||
make linux64 && ./sbt test;
|
||||
fi;
|
||||
else
|
||||
make linux64 && ./sbt test;
|
||||
|
Loading…
x
Reference in New Issue
Block a user