summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLi Haoyi <haoyi.sg@gmail.com>2018-04-09 18:20:24 -0700
committerLi Haoyi <haoyi.sg@gmail.com>2018-04-09 18:20:24 -0700
commit49534fefea1c3d9827350d116d63aa8f354b01a9 (patch)
treefeb95b4e974275cd5019d8534929ac7a04156c6f
parente1da1bf0ffadff564462701e44020a9c74505fe2 (diff)
downloadmill-49534fefea1c3d9827350d116d63aa8f354b01a9.tar.gz
mill-49534fefea1c3d9827350d116d63aa8f354b01a9.tar.bz2
mill-49534fefea1c3d9827350d116d63aa8f354b01a9.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 793c2a56..bd92c17e 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-83-135110
+ - SET MILL_URL=https://github.com/lihaoyi/mill/releases/download/0.1.7/0.1.7-86-e1da1b
build_script:
- if [%COMPILER%]==[default] (
diff --git a/.travis.yml b/.travis.yml
index 8af4ca5b..5281fcbf 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-83-135110 && chmod +x ~/bin/mill
+ - curl -L -o ~/bin/mill https://github.com/lihaoyi/mill/releases/download/0.1.7/0.1.7-86-e1da1b && chmod +x ~/bin/mill
- export PATH=~/bin/mill:$PATH
- "$CI_SCRIPT"