summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorLi Haoyi <haoyi.sg@gmail.com>2018-04-09 14:46:15 -0700
committerLi Haoyi <haoyi.sg@gmail.com>2018-04-09 14:48:14 -0700
commit9ffa31c58357eea95b9e937471044930f228d2ca (patch)
tree4ba02d7c2e33ecd241ce7e37d44e9e085f876b34 /.travis.yml
parenta3d8d4e9a12e1f142b7c616f17577095cfdb1d98 (diff)
downloadmill-9ffa31c58357eea95b9e937471044930f228d2ca.tar.gz
mill-9ffa31c58357eea95b9e937471044930f228d2ca.tar.bz2
mill-9ffa31c58357eea95b9e937471044930f228d2ca.zip
update bootstrap mill version to try and fix appveyor build
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 3a7f5fdb..8af4ca5b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -40,7 +40,7 @@ matrix:
jdk: oraclejdk8
script:
- - curl -L -o ~/bin/mill https://github.com/lihaoyi/mill/releases/download/0.1.7/0.1.7-53-cc0407 && chmod +x ~/bin/mill
+ - curl -L -o ~/bin/mill https://github.com/lihaoyi/mill/releases/download/0.1.7/0.1.7-83-135110 && chmod +x ~/bin/mill
- export PATH=~/bin/mill:$PATH
- "$CI_SCRIPT"