summaryrefslogtreecommitdiff
path: root/ci/test-mill-1.sh
Commit message (Collapse)AuthorAgeFilesLines
* Updated ci tests.Robby2018-04-021-1/+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
* Delete SBT build, use Mill for CI & developmentLi Haoyi2018-02-261-0/+9
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