summaryrefslogtreecommitdiff
path: root/ci/test.sh
diff options
context:
space:
mode:
authorLi Haoyi <haoyi.sg@gmail.com>2018-02-04 11:44:29 -0800
committerLi Haoyi <haoyi.sg@gmail.com>2018-02-04 13:29:30 -0800
commitf47697c1da18407374cf11372af36c4960d80576 (patch)
tree14dd0fe05a01eacd9b1ee8f655e7173410446aed /ci/test.sh
parent2536dc8c071c7c0fc41a0bd806d91ecad300f27c (diff)
downloadmill-f47697c1da18407374cf11372af36c4960d80576.tar.gz
mill-f47697c1da18407374cf11372af36c4960d80576.tar.bz2
mill-f47697c1da18407374cf11372af36c4960d80576.zip
Fix tests
Diffstat (limited to 'ci/test.sh')
-rwxr-xr-xci/test.sh11
1 files changed, 0 insertions, 11 deletions
diff --git a/ci/test.sh b/ci/test.sh
deleted file mode 100755
index f77456f7..00000000
--- a/ci/test.sh
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/usr/bin/env bash
-
-set -eux
-
-# Starting from scratch...
-git clean -xdf
-
-# First build & run tests using SBT
-sbt core/test scalalib/test scalajslib/test
-sbt integration/test
-sbt bin/test:assembly