Skip to content

Commit de62e2a

Browse files
committed
Add 2.2.1 to travis.yml.
1 parent c38d128 commit de62e2a

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.travis.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,22 @@
1-
bundler_args: --retry=3 --jobs=3
1+
sudo: false
22
cache: bundler
3+
bundler_args: --retry=3 --jobs=3
34
language: ruby
45
rvm:
56
- 2.0
67
- 2.1
7-
- 2.2
8+
- 2.2.0
9+
- 2.2.1
810
- ruby-head
911
- jruby
1012
- jruby-head
1113
- rbx-2
1214
matrix:
1315
allow_failures:
16+
- rvm: 2.2.0
1417
- rvm: ruby-head
1518
- rvm: jruby
1619
- rvm: juby-head
1720
- rvm: rbx-2
1821
fast_finish: true
19-
sudo: false
22+

0 commit comments

Comments
 (0)