Skip to content

Commit

Permalink
Merge pull request cerebris#956 from cerebris/ruby_2.4
Browse files Browse the repository at this point in the history
Updates Travis to use latest stable ruby versions
  • Loading branch information
dgeb authored Jan 13, 2017
2 parents 72fb4ec + e4462fe commit 06b5f43
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
language: ruby
sudo: false
env:
- "RAILS_VERSION=4.2.6"
- "RAILS_VERSION=4.2.7"
- "RAILS_VERSION=5.0.0"
- "RAILS_VERSION=master"
rvm:
- 2.1
- 2.2.4
- 2.3.0
- 2.1.10
- 2.2.6
- 2.3.3
- 2.4.0
matrix:
exclude:
- rvm: 2.0
env: "RAILS_VERSION=5.0.0"
- rvm: 2.1
- rvm: 2.1.10
env: "RAILS_VERSION=5.0.0"
- rvm: 2.4.0
env: "RAILS_VERSION=4.2.7"
allow_failures:
- env: "RAILS_VERSION=master"

0 comments on commit 06b5f43

Please sign in to comment.