Skip to content

Commit

Permalink
Restrict travis runs to Ruby 2.2.2
Browse files Browse the repository at this point in the history
Rails 5 gems require Ruby >= 2.2.2. If we want to keep supporting
older versions, we'll need to build a Appraisal setup, to restrict
Rails to 4 when running with Ruby < 2.2.2.
  • Loading branch information
tf committed Jul 13, 2016
1 parent dfd999f commit 4c775ea
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
# Use container based travis infrastructure
sudo: false

language: ruby
rvm:
- 1.9.3
- jruby-19mode # JRuby in 1.9 mode
- rbx-2.1.1
- 2.0.0
- 2.1.1
- 2.1.2
- rbx-2.2.2
- 2.2.2

matrix:
allow_failures:
- rvm: rbx-2.2.2

0 comments on commit 4c775ea

Please sign in to comment.