Skip to content

Commit

Permalink
Update ruby versions in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
pyromaniac committed Feb 11, 2015
1 parent 894d00f commit 5cfd9ee
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .rvmrc
@@ -1 +1 @@
rvm use 1.9.3@activeuuid --create
rvm use 2.1.5@activeuuid --create
7 changes: 7 additions & 0 deletions .travis.yml
Expand Up @@ -5,6 +5,8 @@ before_script:
rvm:
- 1.9.3
- 2.0.0
- 2.1.5
- 2.2.0
- rbx-2

gemfile:
Expand All @@ -24,3 +26,8 @@ env:
matrix:
allow_failures:
- gemfile: gemfiles/Gemfile.rails-head
exclude:
- rvm: 2.2.0
gemfile: gemfiles/Gemfile.rails-3-1
- rvm: 2.2.0
gemfile: gemfiles/Gemfile.rails-3-2

0 comments on commit 5cfd9ee

Please sign in to comment.