Skip to content

Commit

Permalink
Disable MRI 1.9.3 in Travis builds
Browse files Browse the repository at this point in the history
It errors because of a too new version of rack that only supports 
Ruby >= 2.0. This will be addressed down the road as it's probably just 
a matter of tweaking the test stuff that's present in the Gemfile.
  • Loading branch information
elia committed Dec 8, 2015
1 parent 6697ad0 commit bb666f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ matrix:
fast_finish: true

include:
- rvm: 1.9.3
env: RUN=default
# - rvm: 1.9.3
# env: RUN=default
- rvm: 2.0.0
env: RUN=default
- rvm: 2.1.0
Expand Down

0 comments on commit bb666f3

Please sign in to comment.