summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLi Haoyi <haoyi.sg@gmail.com>2018-11-06 11:49:48 +0800
committerLi Haoyi <haoyi.sg@gmail.com>2018-11-06 11:49:48 +0800
commit60c08eb5fb953b1ed624876b668d6d31374376b0 (patch)
tree7eb0fb2d4f37bd6b44d4b1c0ed22fd4da4c2864f
parentb30fad6aef587754c0bea66426b288050ebad6fa (diff)
downloadmill-60c08eb5fb953b1ed624876b668d6d31374376b0.tar.gz
mill-60c08eb5fb953b1ed624876b668d6d31374376b0.tar.bz2
mill-60c08eb5fb953b1ed624876b668d6d31374376b0.zip
bump bootstrap version
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 785b79e6..58c2f5bf 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.2.7/0.2.7-10-db8525 && chmod +x ~/bin/mill
+ - curl -L -o ~/bin/mill https://github.com/lihaoyi/mill/releases/download/0.3.4/0.3.4 && chmod +x ~/bin/mill
- export PATH=~/bin/mill:$PATH
- "$CI_SCRIPT"