summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorrockjam <5min4eq.unity@gmail.com>2018-03-26 15:33:12 +0300
committerrockjam <5min4eq.unity@gmail.com>2018-03-26 15:33:12 +0300
commit1e0e3306aceb48723fc3c75d30099471d1365303 (patch)
tree3c830402cc10c91f05ada0642d29e47b04e78960 /.travis.yml
parent25c26d00146c1dee15099cb9ebd332e96a788c66 (diff)
downloadmill-1e0e3306aceb48723fc3c75d30099471d1365303.tar.gz
mill-1e0e3306aceb48723fc3c75d30099471d1365303.tar.bz2
mill-1e0e3306aceb48723fc3c75d30099471d1365303.zip
downgrade mill in CI and build to make CI pass
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 8d34956d..3caa89d3 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.7/0.1.7 && chmod +x ~/bin/mill
+ - curl -L -o ~/bin/mill https://github.com/lihaoyi/mill/releases/download/0.1.6/0.1.6-31-f45f11 && chmod +x ~/bin/mill
- export PATH=~/bin/mill:$PATH
- "$CI_SCRIPT"