Skip to content

Commit

Permalink
Upgrade Ruby / Jekyll versions used to build the spec
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
retronym committed Apr 9, 2015
1 parent 214d798 commit b4c88b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion Gemfile
@@ -1,7 +1,7 @@
# To build the spec on Travis CI
source "https://rubygems.org"

gem "jekyll", "2.0.0.alpha.2"
gem "jekyll", "2.5.3"
gem "rouge"
# gem 's3_website'
# gem 'redcarpet'

0 comments on commit b4c88b5

Please sign in to comment.