summaryrefslogtreecommitdiff
path: root/ci
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
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')
-rwxr-xr-xci/test.sh4
-rwxr-xr-xci/test2.sh5
-rwxr-xr-xci/test3.sh6
3 files changed, 12 insertions, 3 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
diff --git a/ci/test2.sh b/ci/test2.sh
index 9d84ecdc..ebb3ddb5 100755
--- a/ci/test2.sh
+++ b/ci/test2.sh
@@ -8,4 +8,7 @@ git clean -xdf
sbt bin/test:assembly
# Run tests using Mill built using SBT
-target/bin/mill --all {core,scalalib,scalajslib,integration}.test devAssembly
+target/bin/mill --all {core,scalalib,scalajslib}.test devAssembly
+target/bin/mill integration.test mill.integration.AmmoniteTests
+target/bin/mill integration.test "mill.integration.{AcyclicTests,BetterFilesTests,JawnTests}"
+target/bin/mill devAssembly
diff --git a/ci/test3.sh b/ci/test3.sh
index ffeb259c..b10da68d 100755
--- a/ci/test3.sh
+++ b/ci/test3.sh
@@ -12,4 +12,8 @@ sbt bin/test:assembly
target/bin/mill devAssembly
# Second build & run tests using Mill
-out/devAssembly/dest --all {core,scalalib,scalajslib,integration}.test devAssembly
+
+out/devAssembly/dest --all {core,scalalib,scalajslib}.test devAssembly
+out/devAssembly/dest integration.test mill.integration.AmmoniteTests
+out/devAssembly/dest integration.test "mill.integration.{AcyclicTests,BetterFilesTests,JawnTests}"
+out/devAssembly/dest devAssembly