Skip to content

Commit

Permalink
Only test base versions with 1.9.3
Browse files Browse the repository at this point in the history
Doesn't seem to be a huge amount of gain in testing the base versions with multiple ruby versions currently
  • Loading branch information
twalpole committed Apr 3, 2014
1 parent e8def5d commit a81e8e0
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,12 @@ rvm:
- rbx
gemfile:
- Gemfile
- gemfiles/Gemfile.base-versions
matrix:
include:
- gemfile: gemfiles/Gemfile.base-versions
rvm: 1.9.3
- gemfile: gemfiles/Gemfile.beta-versions
rvm: 2.1.1
exclude:
# Nokogiri 1.3.3 is not compatible with Rubinius or JRuby
- gemfile: gemfiles/Gemfile.base-versions
rvm: rbx
- gemfile: gemfiles/Gemfile.base-versions
rvm: jruby-19mode
allow_failures:
- gemfile: gemfiles/Gemfile.beta-versions
rvm: 2.1.1
Expand Down

0 comments on commit a81e8e0

Please sign in to comment.