Skip to content

Commit

Permalink
Fix rvm ruby version in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
dtaniwaki committed May 6, 2016
1 parent 97698e1 commit 4752daf
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
@@ -1,8 +1,8 @@
language: ruby
sudo: required
rvm:
- 2.1.0
- 2.2.0
- 2.1
- 2.2
- 2.3.0
cache: bundler
script:
Expand Down

0 comments on commit 4752daf

Please sign in to comment.