summaryrefslogtreecommitdiff
path: root/ci/test3.sh
diff options
context:
space:
mode:
authorLi Haoyi <haoyi.sg@gmail.com>2018-01-17 23:44:01 -0800
committerLi Haoyi <haoyi.sg@gmail.com>2018-01-17 23:44:01 -0800
commit1341e29629ec633a8d9db0e1717434ab560aab42 (patch)
treeb70ce24feef8ddb7e009a1521e2ca14868a7a5da /ci/test3.sh
parent26e3702f3fccdedbb9dd44574678e9217d16959c (diff)
downloadmill-1341e29629ec633a8d9db0e1717434ab560aab42.tar.gz
mill-1341e29629ec633a8d9db0e1717434ab560aab42.tar.bz2
mill-1341e29629ec633a8d9db0e1717434ab560aab42.zip
Introduce an Ammonite build to our test suite
Diffstat (limited to 'ci/test3.sh')
-rwxr-xr-xci/test3.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/test3.sh b/ci/test3.sh
index 0be934c1..ffeb259c 100755
--- a/ci/test3.sh
+++ b/ci/test3.sh
@@ -5,7 +5,7 @@ set -eux
# Starting from scratch...
git clean -xdf
-# First build & run tests using SBT
+# First build using SBT
sbt bin/test:assembly
# Build Mill using SBT