summaryrefslogtreecommitdiff
path: root/ci/test.sh
diff options
context:
space:
mode:
authorLi Haoyi <haoyi.sg@gmail.com>2018-01-19 03:12:15 -0800
committerLi Haoyi <haoyi.sg@gmail.com>2018-01-19 10:49:22 -0800
commit225ace260f614deb74c8770608c4c9109d336bba (patch)
tree3d50c0d165e9d5be2ced4760cea4ac487badba46 /ci/test.sh
parent4e6a81f65413a973223627d406564c2bf4351c1e (diff)
downloadmill-225ace260f614deb74c8770608c4c9109d336bba.tar.gz
mill-225ace260f614deb74c8770608c4c9109d336bba.tar.bz2
mill-225ace260f614deb74c8770608c4c9109d336bba.zip
Get Travis CI green again after adding Ammonite integration test
Diffstat (limited to 'ci/test.sh')
-rwxr-xr-xci/test.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/ci/test.sh b/ci/test.sh
index 78060622..f77456f7 100755
--- a/ci/test.sh
+++ b/ci/test.sh
@@ -6,4 +6,6 @@ set -eux
git clean -xdf
# First build & run tests using SBT
-sbt core/test scalalib/test scalajslib/test integration/test bin/test:assembly
+sbt core/test scalalib/test scalajslib/test
+sbt integration/test
+sbt bin/test:assembly