Skip to content

Commit

Permalink
Clarify support in build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Johnson committed Sep 27, 2018
1 parent b6c8dd3 commit 1e361e7
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
language: ruby
cache: bundler
sudo: false
rvm: 2.4.1
rvm: 2.4
matrix:
include:
- rvm: 2.3.4
env: "RAILS_VERSION=4.2.10"
- env: "RAILS_VERSION=5.1.1"
- rvm: 2.5.1
env: RAILS_VERSION=5.2.0
- rvm: 2.3
env: RAILS_VERSION=4.2.10
- env: RAILS_VERSION=5.0.7
- env: RAILS_VERSION=5.1.6
- rvm: 2.5
- env: RAILS_VERSION=5.2.1
global_env:
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true
before_install:
Expand Down

0 comments on commit 1e361e7

Please sign in to comment.