summaryrefslogtreecommitdiff
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
parenta3d8d4e9a12e1f142b7c616f17577095cfdb1d98 (diff)
downloadmill-9ffa31c58357eea95b9e937471044930f228d2ca.tar.gz
mill-9ffa31c58357eea95b9e937471044930f228d2ca.tar.bz2
mill-9ffa31c58357eea95b9e937471044930f228d2ca.zip
update bootstrap mill version to try and fix appveyor build
-rw-r--r--.appveyor.yml2
-rw-r--r--.travis.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 955f6371..793c2a56 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -24,7 +24,7 @@ cache:
- '%LOCALAPPDATA%\Coursier\cache -> build.sc'
install:
- - SET MILL_URL=https://github.com/lihaoyi/mill/releases/download/0.1.7/0.1.7-53-cc0407
+ - SET MILL_URL=https://github.com/lihaoyi/mill/releases/download/0.1.7/0.1.7-83-135110
build_script:
- if [%COMPILER%]==[default] (
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"