Skip to content

Commit cf70b46

Browse files
committed
remove ruby 1.9.2 from .travis.yml
1 parent ef9195c commit cf70b46

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
language: ruby
22
rvm:
3-
- "1.9.2"
43
- "1.9.3"
54
- "2.0.0"
65
- "2.1.0"
6+
- "2.1.2"
7+
- "2.1.3"
8+
- "2.1.4"
9+
- "2.1.5"
710
before_script:
811
- bundle install
912
script:

0 commit comments

Comments
 (0)