aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/2.10.x' into ↵Jason Zaugg2015-07-271-1/+1
|\ | | | | | | merge/2.10.x-to-master-20150727
| * Opt in to container based TravisCIJason Zaugg2015-07-271-1/+1
| |
* | Merge remote-tracking branch 'origin/2.10.x' into ↵Jason Zaugg2014-12-181-2/+11
|\| | | | | | | | | | | | | merge/2.10.x-to-master-tag-driven-release Conflicts: .travis.yml
| * Support tag driven publishingJason Zaugg2014-12-181-3/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I started with: https://github.com/scala/scala-swing/commit/a6a8e1d77e#diff-3acefdae08499733e855dd23e1af933dR8 And: - modified the regex that derives the version from the tag to handle the fact we have the scala binary version appended to our tags - Removed unnessary cross building with Scala 2.11 (as this is on the 2.10.x branch) - generated a key pair for the async repository - added passphrase for that key, and sonatype credentials, to sensitive.sbt - encrypted the secrets with the travis key.
* | Bump to a non-RC Scala versionJason Zaugg2014-07-151-1/+1
| |
* | Finalize the move to Scala 2.11.xJason Zaugg2014-02-211-2/+1
|/ | | | | | | | - Link to the 2.10.x branch from the README - use `scala.annotation.compileTimeOnly` (from scala-library.jar) - no longer impose a transitive dependency on scala-reflect and scala-compiler. - Update Travis CI configuration to use only 2.11.0-SNAPSHOT
* Remove unsupported Oracle JDK6 from Travis CI configPhilipp Haller2013-11-221-1/+1
|
* Enable Travis CIJason Zaugg2013-11-131-0/+13