Skip to content

Commit 0723945

Browse files
committed
Test on latest ruby 2.1 and 2.2
1 parent 5eb1469 commit 0723945

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ sudo: false
55
rvm:
66
- 1.9.3
77
- 2.0.0
8-
- 2.1.5
9-
- 2.2.1
8+
- 2.1
9+
- 2.2
1010

1111
gemfile:
1212
- Gemfile
@@ -22,13 +22,13 @@ matrix:
2222
- gemfile: Gemfile
2323
rvm: 2.0.0
2424
- gemfile: Gemfile
25-
rvm: 2.1.5
25+
rvm: 2.1
2626
- gemfile: gemfiles/Gemfile.rails-5.0.x
2727
rvm: 1.9.3
2828
- gemfile: gemfiles/Gemfile.rails-5.0.x
2929
rvm: 2.0.0
3030
- gemfile: gemfiles/Gemfile.rails-5.0.x
31-
rvm: 2.1.5
31+
rvm: 2.1
3232

3333
notifications:
3434
email: false

0 commit comments

Comments
 (0)