Skip to content
This repository has been archived by the owner on Dec 23, 2020. It is now read-only.

Commit

Permalink
Merge pull request #175 from sanemat/sanemat-patch-1
Browse files Browse the repository at this point in the history
Update travis rubies
  • Loading branch information
sanemat committed Jan 8, 2017
2 parents 01b8ea5 + ac04994 commit 24b699d
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ language: ruby
sudo: false
rvm:
- 2.0.0
- 2.1.8
- 2.2.4
- 2.3.0
- 2.1.10
- 2.2.6
- 2.3.3
- 2.4.0
before_install:
- gem update bundler
gemfile:
Expand All @@ -20,7 +21,13 @@ matrix:
gemfile: gemfiles/rails_5_0.gemfile
- rvm: 2.0.0
gemfile: gemfiles/rails_master.gemfile
- rvm: 2.1.8
- rvm: 2.1.10
gemfile: gemfiles/rails_5_0.gemfile
- rvm: 2.1.8
- rvm: 2.1.10
gemfile: gemfiles/rails_master.gemfile
- rvm: 2.4.0
gemfile: gemfiles/rails_4_0.gemfile
- rvm: 2.4.0
gemfile: gemfiles/rails_4_1.gemfile
- rvm: 2.4.0
gemfile: gemfiles/rails_4_2.gemfile

0 comments on commit 24b699d

Please sign in to comment.