Skip to content

Commit

Permalink
Corrected ruby 2.3 build on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Iain Beeston committed Jan 8, 2016
1 parent f4183cf commit 0dc3510
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ rvm:
- "2.0"
- "2.1"
- "2.2"
- "2.3"
- "2.3.0"
- "jruby"
- "rbx"

Expand All @@ -17,11 +17,11 @@ install:

matrix:
include:
- rvm: "2.3"
- rvm: "2.3.0"
gemfile: "gemfiles/Gemfile.multi_json.x"
- rvm: "2.3"
- rvm: "2.3.0"
gemfile: "gemfiles/Gemfile.yajl-ruby.x"
- rvm: "2.3"
- rvm: "2.3.0"
gemfile: "gemfiles/Gemfile.uuidtools.x"
allow_failures:
- rvm: "1.8"

0 comments on commit 0dc3510

Please sign in to comment.