Skip to content

Commit

Permalink
Use Ruby Version 2.2 for Travis CI Build
Browse files Browse the repository at this point in the history
  • Loading branch information
pfolta committed Apr 23, 2016
1 parent 65fd32f commit 8cc86ee
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
language: ruby
rvm: 2.1
rvm: 2.2

install:
- gem install jekyll
- gem install html-proofer
- gem install yui-compressor
- gem install htmlcompressor
- gem install jekyll
- gem install html-proofer
- gem install yui-compressor
- gem install htmlcompressor

before_script:
- cp _config.yml.sample _config.yml
- cp _config.yml.sample _config.yml

script:
- jekyll build
- htmlproofer ./_site --disable-external
- jekyll build
- htmlproofer ./_site --disable-external

env:
global:
# speeds up installation of html-proofer
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true
global:
# speeds up installation of html-proofer
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true

0 comments on commit 8cc86ee

Please sign in to comment.