Skip to content

Commit

Permalink
update ruby/rails matrix for travis testing
Browse files Browse the repository at this point in the history
  • Loading branch information
elrayle committed Jan 10, 2019
1 parent b995a9b commit f876711
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
language: ruby
sudo: false
rvm:
- 2.3.7
- 2.4.4
- 2.5.1
- 2.4.5
- 2.5.3
env:
global:
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true
matrix:
- "RAILS_VERSION=5.0.7"
- "RAILS_VERSION=5.1.6"
- "RAILS_VERSION=5.2.1"
- "RAILS_VERSION=5.2.2"

before_install:
- gem update --system

0 comments on commit f876711

Please sign in to comment.