summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorLi Haoyi <haoyi.sg@gmail.com>2018-08-22 18:15:24 +0800
committerLi Haoyi <haoyi.sg@gmail.com>2018-08-22 18:15:24 +0800
commitdfe179d66517ab60dc80a89e6d5d14dd20b3fa2f (patch)
tree1fc9331f337fb622217d9cddfb0b723c85e6a8ed /.travis.yml
parentf3fe134973e06b7498403c2775b8cdd181139380 (diff)
downloadcask-dfe179d66517ab60dc80a89e6d5d14dd20b3fa2f.tar.gz
cask-dfe179d66517ab60dc80a89e6d5d14dd20b3fa2f.tar.bz2
cask-dfe179d66517ab60dc80a89e6d5d14dd20b3fa2f.zip
0.1.30.1.3
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 d498846..ddc5cb6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -20,7 +20,7 @@ matrix:
jdk: oraclejdk8
script:
- - curl -L -o ~/bin/mill https://github.com/lihaoyi/mill/releases/download/0.2.6/0.2.6-11-1287d7 && chmod +x ~/bin/mill
+ - curl -L -o ~/bin/mill https://github.com/lihaoyi/mill/releases/download/0.2.6/0.2.6-19-807e47 && chmod +x ~/bin/mill
- export PATH=~/bin/mill:$PATH
- "$CI_SCRIPT"