Skip to content

Commit

Permalink
Explictly set ruby 2.3.1 on travis
Browse files Browse the repository at this point in the history
Travis doesn't support 2.3 yet
  • Loading branch information
iainbeeston committed Jun 29, 2016
1 parent eb58a3c commit 2fc35df
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.1"
- "jruby"
- "rbx"

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

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

0 comments on commit 2fc35df

Please sign in to comment.