Skip to content

Commit b7671be

Browse files
committed
Fixed some problems with the YAML for the travis CI build
1 parent 3deb636 commit b7671be

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.travis.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
language: ruby
2-
rvm:
3-
- 2.1.0
4-
- 2.0.0
5-
- 1.9.3
6-
- 1.9.2
7-
- 1.8.7
8-
- jruby-18mode # JRuby in 1.8 mode
9-
- jruby-19mode # JRuby in 1.9 mode
2+
rvm:
3+
- "2.1.0"
4+
- "2.0.0"
5+
- "1.9.3"
6+
- "1.9.2"
7+
- "1.8.7"
8+
- jruby-18mode
9+
- jruby-19mode

0 commit comments

Comments
 (0)