summaryrefslogtreecommitdiff
path: root/.travis.yml
Commit message (Collapse)AuthorAgeFilesLines
* travis: also cache previous mill binary downloadsTobias Roeser2019-08-261-0/+1
|
* try to fix buildLi Haoyi2019-07-091-3/+3
|
* .Li Haoyi2019-07-091-27/+25
| | | | | | | | | | | | | | | | update readme for 0.5.0 more jdk versions . . . . tweak readme
* Fixed typoTobias Roeser2019-07-041-1/+1
|
* Named travis testsTobias Roeser2019-07-041-0/+10
|
* Fix build, split up release and assembly (#643)Li Haoyi2019-07-011-15/+10
| | | | | | | | | | * . * . * use non-version-changing executable for integration tests * Update test-mill-1.sh
* PR commentsNathan Fischer2019-04-171-5/+0
|
* Tests Nathan Fischer2019-04-171-0/+5
|
* Travis: Unlimit the git history (of 50)Tobias Roeser2019-04-161-0/+3
| | | | | See https://github.com/lihaoyi/mill/issues/581 - Fix automatic releases / snapshot releases via travis See https://github.com/lihaoyi/mill/issues/543 - Stabilize travis setup
* .0.3.4Li Haoyi2018-11-061-3/+3
|
* .Li Haoyi2018-11-061-1/+1
|
* bump bootstrap versionLi Haoyi2018-11-061-1/+1
|
* fix assembly path handling, swap out Jvm.scala's custom subprocess handling ↵Li Haoyi2018-11-051-3/+3
| | | | with os.proc
* bootstrap off latest masterLi Haoyi2018-09-201-1/+1
|
* Include scaladoc as part of mill inspect (#435)Li Haoyi2018-09-201-1/+1
|
* Use mill 0.2.0-36-f8d1e7 for ci tests (and Java 10 in appveyor).Robby2018-05-191-1/+1
|
* drop back down to publishing using bootstrap mill now that bootstrapping has ↵Li Haoyi2018-04-101-1/+1
| | | | been fixed
* update bootstrap mill version to try and fix appveyor buildLi Haoyi2018-04-091-1/+1
|
* update bootstrap mill version to try and fix appveyor buildLi Haoyi2018-04-091-1/+1
|
* mergeLi Haoyi2018-04-071-1/+1
|\
* | update travis mill versionLi Haoyi2018-04-071-1/+1
|/
* tweak travis to try and make build pass...Li Haoyi2018-04-071-1/+1
|
* re-organize travis build to put slowest jobs firstLi Haoyi2018-04-071-12/+14
|
* Update .travis.ymlLi Haoyi2018-04-071-1/+1
|
* Restored to use ci/test-mill-bootstrap.sh instead of ci/test-mill-0.sh on ↵Robby2018-04-071-1/+1
| | | | oraclejdk9.
* Merge branch 'master' into restore-masterRobby2018-04-071-7/+9
|\ | | | | | | | | | | # Conflicts: # .travis.yml # scalalib/src/mill/scalalib/Dep.scala
| * try to fix buildLi Haoyi2018-04-061-7/+9
| |
* | Updated ci tests.Robby2018-04-021-2/+2
|/ | | | | | | | | | * 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
* Use mill 0.1.7-8-b913c6 for ci test.Robby2018-03-261-1/+1
|
* downgrade mill in CI and build to make CI passrockjam2018-03-261-1/+1
|
* update build to ammonite 1.1.0 and mill 0.1.7Li Haoyi2018-03-251-1/+1
|
* update readme and CI to 0.1.6rockjam2018-03-141-1/+1
|
* Changed some tests use non-interactive mode on travis Java 9.Robby2018-03-131-1/+1
|
* update readme and CI configuration to mill 0.1.5rockjam2018-03-131-2/+2
|
* Test mill using Java 9 (in addition to Java 8) (#219)Robby2018-03-101-4/+17
| | | | | | | | * 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-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
|