Skip to content

Commit 3bbb377

Browse files
committed
Update .travis.yml
1 parent 91ae01a commit 3bbb377

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
language: ruby
22
rvm:
3-
- 1.9.3
3+
- 2.2
44
- 2.0.0
5-
- 2.1.0
5+
- 2.1
6+
- 1.9.3
67
- rbx-2
7-
- jruby-19mode
8+
- jruby
89
script: "bundle exec rake spec:all"
910
before_install:
1011
- sudo apt-get update

0 commit comments

Comments
 (0)