Install curl

This commit is contained in:
xerial 2017-01-19 18:20:42 -08:00
parent 6e1d9eb9ca
commit 6e2af03387

View File

@ -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;