Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b4c88b5

Browse files
committed
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.
1 parent 214d798 commit b4c88b5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# based on http://www.paperplanes.de/2013/8/13/deploying-your-jekyll-blog-to-s3-with-travis-ci.html
33
language: ruby
44
rvm:
5-
- 1.9.3
5+
- 2.2
66
script: bundle exec jekyll build -s spec/ -d build/spec
77
install: bundle install
88

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# To build the spec on Travis CI
22
source "https://rubygems.org"
33

4-
gem "jekyll", "2.0.0.alpha.2"
4+
gem "jekyll", "2.5.3"
55
gem "rouge"
66
# gem 's3_website'
77
# gem 'redcarpet'

0 commit comments

Comments
 (0)