Skip to content

Commit

Permalink
Update travis build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeer committed May 9, 2017
1 parent 5f829b6 commit f05944c
Showing 1 changed file with 6 additions and 13 deletions.
19 changes: 6 additions & 13 deletions .travis.yml
Expand Up @@ -13,20 +13,13 @@ before_install:
- "if [ $(phantomjs --version) != '2.1.1' ]; then tar -xvf $PWD/travis_phantomjs/phantomjs-2.1.1-linux-x86_64.tar.bz2 -C $PWD/travis_phantomjs; fi"
- "phantomjs --version"
rvm:
- "2.2.2"
# rack 2 requires Ruby version >= 2.2.2
- 2.2.2
- 2.4.1

env:
global:
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true
matrix:
- "RAILS_VERSION=4.1.10"
- "RAILS_VERSION=4.2.1"
- "RAILS_VERSION=5.0.0.1"
matrix:
include:
- rvm: "2.3.0"
env: "RAILS_VERSION=5.0.1"
- rvm: 2.2.6
env: "RAILS_VERSION=4.2.7.1"
- rvm: 2.4.0
env: "RAILS_VERSION=5.0.1"
- "RAILS_VERSION=4.2.8"
- "RAILS_VERSION=5.0.2"

0 comments on commit f05944c

Please sign in to comment.