summaryrefslogtreecommitdiff
path: root/.travis.yml
Commit message (Collapse)AuthorAgeFilesLines
* Delete SBT build, use Mill for CI & developmentLi Haoyi2018-02-261-16/+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
* Properly propagate exit codes from server output to clientLi Haoyi2018-02-241-4/+4
|
* .Li Haoyi2018-02-241-4/+4
| | | | wip
* attempt to git pull when doing publish-local.sh to ensure tags appear locally0.1.0Li Haoyi2018-02-181-0/+1
|
* Resolve individual Scala files before passing them to `ScalaModule#compile`, ↵Li Haoyi2018-02-171-1/+1
| | | | to ensure other rubbish in the source folders (e.g. vim `.swp` files) do not trigger spurious recompiles
* extract on-master.py from release script, tweak docsLi Haoyi2018-02-171-2/+2
|
* add publishing automation to travisLi Haoyi2018-02-161-0/+2
|
* attempt to fix publishAllLi Haoyi2018-02-071-8/+8
|
* all T.commands to take targets as CLI arguments, and use that to get rid of ↵Li Haoyi2018-02-061-9/+9
| | | | our custom releaseCI/releaseManual commands
* re-enable test suites in CILi Haoyi2018-02-041-8/+8
|
* wip getting release.sh working0.0.3Li Haoyi2018-02-041-8/+8
|
* CleanupLi Haoyi2018-02-041-4/+4
|
* Fix testsLi Haoyi2018-02-041-1/+1
|
* add a travis builder that exercises the releaseAssemblyLi Haoyi2018-02-041-0/+2
|
* Show a proper error message when invoking a command failsLi Haoyi2018-02-031-3/+8
|
* Run travis in VM instead of container to resolve issue with fork main (#118)Piotr Kwiecinski2018-01-201-1/+1
|
* split up travis build into 3 workers, one testing each stage of the ↵Li Haoyi2018-01-121-2/+7
| | | | bootstrapping
* [WIP] Basic CI infrastructure (#100)Piotr Kwiecinski2018-01-071-0/+24
Basic travis configuration