summaryrefslogtreecommitdiff
path: root/ci/test-mill-dev.sh
Commit message (Collapse)AuthorAgeFilesLines
* 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