Skip to content

Commit b38328d

Browse files
committed
Merge pull request #240 from nicolasleger/patch-1
Test on Ruby 2 versions
2 parents f3d9ad5 + 6dde26f commit b38328d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
language: ruby
22
rvm:
33
- 1.9.3
4-
4+
- 2.0
5+
- 2.1
6+
- 2.2
57
before_install:
68
- rvm @global do gem install bundler

0 commit comments

Comments
 (0)