Skip to content

Commit a46b2b1

Browse files
committed
Merge pull request googleapis#182 from seuros/patch-2
Update .travis.yml
2 parents b9639ee + 3bbb377 commit a46b2b1

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)