summaryrefslogtreecommitdiff
path: root/ci/test-mill-dev.sh
Commit message (Collapse)AuthorAgeFilesLines
* remove clientserver from ci since those tests are now in mainLi Haoyi2018-04-071-1/+1
|
* re-enabled deletion of ~/.mill folder between CI stepsLi Haoyi2018-04-071-0/+2
|
* Updated ci tests.Robby2018-04-021-3/+1
| | | | | | | | | | * Reverted Ammonite caching workaround (a796f0a) now that it's fixed * Changed ci/test-mill-0.sh to use interactive mode due to intermittent client failures to connect to server in travis * Added ci/test-mill-bootstrap.sh (ci/test-mill-0.sh with bootstrapping) and use it on oraclejdk9 instead of ci/test-mill-0.sh * Upgraded mill used for ci to 0.1.7-29-f5097f
* Removed ~/.mill before running mill test.Robby2018-03-271-1/+3
|
* Test mill using Java 9 (in addition to Java 8) (#219)Robby2018-03-101-1/+1
| | | | | | | | * Test mill using Java 9 (in addition to Java 8). * Use mill -i. * Fixed Java 9 path.
* Delete SBT build, use Mill for CI & developmentLi Haoyi2018-02-261-0/+13
Also re-organize the test matrix to split out the unit & integration tests into 3 separate builds, and removing the integration tests from the `-dev` and `-mill` jobs. That should speed up the test run while running all tests and ensuring the dev/release assemblies work