summaryrefslogtreecommitdiff
path: root/ci/test-mill-bootstrap.sh
diff options
context:
space:
mode:
authorLi Haoyi <haoyi.sg@gmail.com>2018-04-07 20:06:58 -0700
committerLi Haoyi <haoyi.sg@gmail.com>2018-04-07 20:25:39 -0700
commit5b598b7ee7cdec3bccf797c9a5f7ddd768ec62c2 (patch)
treee21f137fac4618f99afe6333c2d33ac118ec6e06 /ci/test-mill-bootstrap.sh
parentd593d9eda38f371b642d5ca4d882c87833e91b47 (diff)
downloadmill-5b598b7ee7cdec3bccf797c9a5f7ddd768ec62c2.tar.gz
mill-5b598b7ee7cdec3bccf797c9a5f7ddd768ec62c2.tar.bz2
mill-5b598b7ee7cdec3bccf797c9a5f7ddd768ec62c2.zip
remove clientserver from ci since those tests are now in main
Diffstat (limited to 'ci/test-mill-bootstrap.sh')
-rwxr-xr-xci/test-mill-bootstrap.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/test-mill-bootstrap.sh b/ci/test-mill-bootstrap.sh
index 537e51f5..8010e700 100755
--- a/ci/test-mill-bootstrap.sh
+++ b/ci/test-mill-bootstrap.sh
@@ -27,4 +27,4 @@ git clean -xdf
rm -rf ~/.mill
# Use second build to run tests using Mill
-~/mill-2 -i all {clientserver,main,scalalib,scalajslib}.test \ No newline at end of file
+~/mill-2 -i all {main,scalalib,scalajslib}.test \ No newline at end of file