summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJason Zaugg <jzaugg@gmail.com>2015-04-09 12:32:59 +1000
committerJason Zaugg <jzaugg@gmail.com>2015-04-09 12:34:20 +1000
commitb4c88b5d33d2e99c2ed78e587e4c492be6e6a22b (patch)
tree08f2c944a00644905d8e76880ac48e4dcabbb823 /.travis.yml
parent214d79841970be29bac126eb48f955c8f082e1bc (diff)
downloadscala-b4c88b5d33d2e99c2ed78e587e4c492be6e6a22b.tar.gz
scala-b4c88b5d33d2e99c2ed78e587e4c492be6e6a22b.tar.bz2
scala-b4c88b5d33d2e99c2ed78e587e4c492be6e6a22b.zip
Upgrade Ruby / Jekyll versions used to build the spec
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.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index e90fc35267..6a7ac45e3d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,7 +2,7 @@
# based on http://www.paperplanes.de/2013/8/13/deploying-your-jekyll-blog-to-s3-with-travis-ci.html
language: ruby
rvm:
- - 1.9.3
+ - 2.2
script: bundle exec jekyll build -s spec/ -d build/spec
install: bundle install