Skip to content

Commit

Permalink
Merge pull request #172 from jrafanie/use_released_ruby24_on_travis
Browse files Browse the repository at this point in the history
Use released ruby 2.4, not an rc
  • Loading branch information
pkuczynski committed May 29, 2017
2 parents 243cc6c + 980aeea commit d3ebfe2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ rvm:
- 2.1.10
- 2.2.6
- 2.3.3
- 2.4.0-rc1
- 2.4.1
gemfile:
- gemfiles/rails_3.gemfile
- gemfiles/rails_4.gemfile
Expand All @@ -23,13 +23,13 @@ matrix:
gemfile: gemfiles/rails_3.gemfile
- rvm: 2.3.3
gemfile: gemfiles/rails_3.gemfile
- rvm: 2.4.0-rc1
- rvm: 2.4.1
gemfile: gemfiles/rails_3.gemfile
- rvm: 2.4.0-rc1
- rvm: 2.4.1
gemfile: gemfiles/rails_4.gemfile
- rvm: 2.4.0-rc1
- rvm: 2.4.1
gemfile: gemfiles/rails_4.1.gemfile
- rvm: 2.4.0-rc1
- rvm: 2.4.1
gemfile: gemfiles/rails_4.2.gemfile
before_install:
- gem install bundler
Expand Down

0 comments on commit d3ebfe2

Please sign in to comment.