summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorLi Haoyi <haoyi.sg@gmail.com>2018-02-17 11:33:45 -0800
committerLi Haoyi <haoyi.sg@gmail.com>2018-02-17 11:35:40 -0800
commite9c95bfc06ed371566a9df0890f92702a4f14c7f (patch)
tree2056847bec8453dc7b79d0782d7e076248d08b39 /.travis.yml
parenta225e7650892ecc1e672bcaf95dff0d598682583 (diff)
downloadmill-e9c95bfc06ed371566a9df0890f92702a4f14c7f.tar.gz
mill-e9c95bfc06ed371566a9df0890f92702a4f14c7f.tar.bz2
mill-e9c95bfc06ed371566a9df0890f92702a4f14c7f.zip
Resolve individual Scala files before passing them to `ScalaModule#compile`, to ensure other rubbish in the source folders (e.g. vim `.swp` files) do not trigger spurious recompiles
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 4c9581a1..04f1bfc2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -19,7 +19,7 @@ matrix:
- stage: build
env: CI_SCRIPT=ci/test-mill-release.sh
- stage: release
- env: CI_SCRIPT="ci/on-master.py ci/release.py"
+ env: CI_SCRIPT="ci/on-master.py ci/release.sh"
- stage: release
env: CI_SCRIPT="ci/on-master.py ci/publish-docs.sh"