summaryrefslogtreecommitdiff
path: root/.travis.yml
Commit message (Collapse)AuthorAgeFilesLines
* Update keypair used to rsync spec to charaAdriaan Moors2016-09-291-4/+9
| | | | | | So that we can rsync to the 2.12 spec directory. (also updated the forced command in scalatest@chara.epfl.ch:~/.ssh/authorized_keys2)
* make the 2.12 spec available on scala-lang.orgSeth Tisue2016-09-291-1/+1
| | | | reference: https://github.com/scala/scala-lang/issues/479
* opt-in to Travis's newer/faster container-based infrastructureSeth Tisue2015-07-151-1/+4
| | | | this is the way Travis is headed, so let's get on board
* Upgrade Ruby / Jekyll versions used to build the specJason Zaugg2015-04-091-1/+1
| | | | | | | | | | | | I've given this a dry-run in a separate repository: https://travis-ci.org/retronym/scala-spec/builds/57744110 Right now, we are getting an error during `bundle install`: https://travis-ci.org/scala/scala/builds/57737768 I haven't verified that the output is the same, though.
* Disable more of the Travis spec build for PR validationJason Zaugg2014-03-311-3/+1
| | | | | | | | | | So as to avoid: $ ssh-add -D All identities removed. $ ssh-add spec/id_dsa_travis Enter passphrase for spec/id_dsa_travis: No output has been received in the last 10 minutes, this potentially indicates a stalled build or something wrong with the build itself.
* Skip step bound to fail in Travis PR validationAdriaan Moors2014-03-281-1/+1
|
* Start ssh-agentAdriaan Moors2014-03-271-1/+2
|
* Disable strict host checkingAdriaan Moors2014-03-271-1/+1
|
* Import markdown spec under spec/Adriaan Moors2014-03-271-1/+15
| | | | | | | | | | | | | The bulk of the effort was done in: https://github.com/iainmcgin/scala-ref-markdown/ I just ported it to redcarpet 3.1, added a jekyll build to run on Travis, and fixed some long-standing spec bugs. As described in spec/README.md, for now we're only generating an html page per each chapter with a rudimentary toc index. We'll focus on presenting this more nicely first, and then look into a pdf / single-page html version.
* Jekyll generated html in spec/ directoryAdriaan Moors2014-03-271-0/+7
To avoid confusion, removing artifacts for currently unsupported targets (pdf/single-page html). I'd like to bring those back, but in the mean time let's avoid distractions. Add Travis build.