Skip to content

Commit

Permalink
[Travis] Run on all Ruby versions that come with 10.9 and 10.10.
Browse files Browse the repository at this point in the history
  • Loading branch information
alloy committed Oct 28, 2014
1 parent f4bd729 commit 0cf5c01
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@ os:
language: ruby
cache: bundler
rvm:
# OS X 10.9.5-10.10.0 (2.0.0-p481)
- system
# Disabled due to travis bug failing to install this ruby
# - 2.0.0-p247 # OS X 10.9.0 - 10.9.2
- 2.0.0-p451 # OS X 10.9.3 - 10.9.4
- 2.0.0-p481 # OS X 10.9.5
# OS X 10.9.3-10.9.4
- 2.0.0-p451
# OS X 10.9.0-10.9.2
- 2.0.0-p247

before_install:
# There is a bug in travis. When using system ruby, bundler is not installed
Expand Down

0 comments on commit 0cf5c01

Please sign in to comment.