summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorRobby <robby@k-state.edu>2018-03-26 13:48:03 -0500
committerRobby <robby@k-state.edu>2018-03-26 13:48:03 -0500
commitea2fdd93d6cec3c3eab1124ed3792c3ad6f2c484 (patch)
treedc52ead637b67c01f6de89ebdac28044a7e24253 /.travis.yml
parentb913c6b5b37e5cbdd34c067df831ac05efb3ec79 (diff)
downloadmill-ea2fdd93d6cec3c3eab1124ed3792c3ad6f2c484.tar.gz
mill-ea2fdd93d6cec3c3eab1124ed3792c3ad6f2c484.tar.bz2
mill-ea2fdd93d6cec3c3eab1124ed3792c3ad6f2c484.zip
Use mill 0.1.7-8-b913c6 for ci test.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 3caa89d3..b63d7028 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -36,7 +36,7 @@ matrix:
jdk: oraclejdk8
script:
- - curl -L -o ~/bin/mill https://github.com/lihaoyi/mill/releases/download/0.1.6/0.1.6-31-f45f11 && chmod +x ~/bin/mill
+ - curl -L -o ~/bin/mill https://github.com/lihaoyi/mill/releases/download/0.1.7/0.1.7-8-b913c6 && chmod +x ~/bin/mill
- export PATH=~/bin/mill:$PATH
- "$CI_SCRIPT"