Skip to content

Commit

Permalink
Fixed build matrix to rely on supported ruby versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rmm5t committed Mar 17, 2016
1 parent e51b657 commit 1d6f34c
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,16 @@
language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1.1
- 2.1.8
- 2.2.4
matrix:
include:
- rvm: 2.0.0
- rvm: 2.1.8
gemfile: gemfiles/Gemfile.rails-3.X
env: PA_ORM=active_record
- rvm: 1.9.3
gemfile: gemfiles/Gemfile.rails-3.X
env: PA_ORM=active_record
- rvm: 1.9.3
- rvm: 2.1.8
gemfile: gemfiles/Gemfile.rails-4.0
env: PA_ORM=active_record
- rvm: 2.0.0
- rvm: 2.2.4
gemfile: gemfiles/Gemfile.rails-4.0
env: PA_ORM=active_record
env:
Expand Down

0 comments on commit 1d6f34c

Please sign in to comment.