summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorLi Haoyi <haoyi.sg@gmail.com>2018-03-25 21:24:10 -0700
committerLi Haoyi <haoyi.sg@gmail.com>2018-03-25 21:24:10 -0700
commit25c26d00146c1dee15099cb9ebd332e96a788c66 (patch)
tree9dca560f74fa3fba663668abf6e8b3a615b38761 /.travis.yml
parent3d7b25d9e5ac9bb6e3ae8101772beccf6f95e41c (diff)
downloadmill-25c26d00146c1dee15099cb9ebd332e96a788c66.tar.gz
mill-25c26d00146c1dee15099cb9ebd332e96a788c66.tar.bz2
mill-25c26d00146c1dee15099cb9ebd332e96a788c66.zip
update build to ammonite 1.1.0 and mill 0.1.7
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 3898dbfa..8d34956d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -36,7 +36,7 @@ matrix:
jdk: oraclejdk8
script:
- - curl -L -o ~/bin/mill https://github.com/lihaoyi/mill/releases/download/0.1.6/0.1.6 && chmod +x ~/bin/mill
+ - curl -L -o ~/bin/mill https://github.com/lihaoyi/mill/releases/download/0.1.7/0.1.7 && chmod +x ~/bin/mill
- export PATH=~/bin/mill:$PATH
- "$CI_SCRIPT"