From 49534fefea1c3d9827350d116d63aa8f354b01a9 Mon Sep 17 00:00:00 2001 From: Li Haoyi Date: Mon, 9 Apr 2018 18:20:24 -0700 Subject: update bootstrap mill version to try and fix appveyor build --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') 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" -- cgit v1.2.3