summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorRobby <robby@k-state.edu>2018-04-02 07:36:18 -0500
committerRobby <robby@k-state.edu>2018-04-02 07:36:18 -0500
commitf972d712c76bc19c158ea77084abdcbf520d762e (patch)
tree5c73f7f3a5a546fa983f30075ee7dd397f44d8fb /.travis.yml
parentf5097f96503dc60f773f68f97beea9e61822d7ee (diff)
downloadmill-f972d712c76bc19c158ea77084abdcbf520d762e.tar.gz
mill-f972d712c76bc19c158ea77084abdcbf520d762e.tar.bz2
mill-f972d712c76bc19c158ea77084abdcbf520d762e.zip
Updated ci tests.
* Reverted Ammonite caching workaround (a796f0a) now that it's fixed * Changed ci/test-mill-0.sh to use interactive mode due to intermittent client failures to connect to server in travis * Added ci/test-mill-bootstrap.sh (ci/test-mill-0.sh with bootstrapping) and use it on oraclejdk9 instead of ci/test-mill-0.sh * Upgraded mill used for ci to 0.1.7-29-f5097f
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index b63d7028..a989ab14 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,7 +5,7 @@ dist: trusty
matrix:
include:
- stage: build
- env: CI_SCRIPT=ci/test-mill-0.sh
+ env: CI_SCRIPT=ci/test-mill-bootstrap.sh
jdk: oraclejdk9
- stage: build
env: CI_SCRIPT=ci/test-mill-0.sh
@@ -36,7 +36,7 @@ matrix:
jdk: oraclejdk8
script:
- - curl -L -o ~/bin/mill https://github.com/lihaoyi/mill/releases/download/0.1.7/0.1.7-8-b913c6 && chmod +x ~/bin/mill
+ - curl -L -o ~/bin/mill https://github.com/lihaoyi/mill/releases/download/0.1.7/0.1.7-29-f5097f && chmod +x ~/bin/mill
- export PATH=~/bin/mill:$PATH
- "$CI_SCRIPT"