summaryrefslogtreecommitdiff
path: root/ci/test-mill-0.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-0.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-0.sh')
-rwxr-xr-xci/test-mill-0.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/test-mill-0.sh b/ci/test-mill-0.sh
index 2cc78d81..91a1ebf3 100755
--- a/ci/test-mill-0.sh
+++ b/ci/test-mill-0.sh
@@ -6,4 +6,4 @@ set -eux
git clean -xdf
# Run tests
-mill -i all {clientserver,main,scalalib,scalajslib}.test
+mill -i all {main,scalalib,scalajslib}.test