summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLi Haoyi <haoyi.sg@gmail.com>2018-08-13 01:43:05 +0800
committerLi Haoyi <haoyi.sg@gmail.com>2018-08-13 01:43:05 +0800
commit790deda0f38e36c7378ff05a9c234a56e14a5d6b (patch)
tree2ff8d6624ef7d1eb2161683c9fcdb57d7b8a90d9
parent3ce8ca869fa0409f406780ab801bd5967a65030d (diff)
downloadcask-790deda0f38e36c7378ff05a9c234a56e14a5d6b.tar.gz
cask-790deda0f38e36c7378ff05a9c234a56e14a5d6b.tar.bz2
cask-790deda0f38e36c7378ff05a9c234a56e14a5d6b.zip
upgrade Mill so we can take advantage of testLocal
-rw-r--r--.travis.yml2
-rwxr-xr-xci/test.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index c62ab1c..8c1d124 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,7 +16,7 @@ matrix:
jdk: oraclejdk9
script:
- - curl -L -o ~/bin/mill https://github.com/lihaoyi/mill/releases/download/0.2.0/0.2.0-36-f8d1e7 && chmod +x ~/bin/mill
+ - curl -L -o ~/bin/mill https://github.com/lihaoyi/mill/releases/download/0.2.6/0.2.6-11-1287d7 && chmod +x ~/bin/mill
- export PATH=~/bin/mill:$PATH
- "$CI_SCRIPT"
diff --git a/ci/test.sh b/ci/test.sh
index 65516bd..a493514 100755
--- a/ci/test.sh
+++ b/ci/test.sh
@@ -2,4 +2,4 @@
set -eux
-mill -i __.test.test \ No newline at end of file
+mill -i __.testLocal \ No newline at end of file