Skip to content

Commit

Permalink
Restricted travis to only run all combinations of optional gems on the
Browse files Browse the repository at this point in the history
latest version of ruby

Should make the build faster
  • Loading branch information
iainbeeston committed Oct 27, 2014
1 parent 9ec001d commit 7f5ed1c
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@ rvm:
- "2.1"
- "jruby"
- "rbx"
gemfile:
- "Gemfile"
- "gemfiles/Gemfile.multi_json.x"
- "gemfiles/Gemfile.yajl-ruby.x"
- "gemfiles/Gemfile.uuidtools.x"
matrix:
exclude:
- rvm: "jruby"
gemfile: "gemfiles/Gemfile.yajl-ruby.x"
include:
- rvm: "2.1"
gemfile: "gemfiles/Gemfile.multi_json.x"
- rvm: "2.1"
gemfile: "gemfiles/Gemfile.yajl-ruby.x"
- rvm: "2.1"
gemfile: "gemfiles/Gemfile.uuidtools.x"

0 comments on commit 7f5ed1c

Please sign in to comment.