Skip to content

Commit cf65aaa

Browse files
committed
add newer ruby versions to .travis.yml
1 parent 3278173 commit cf65aaa

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

.travis.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1+
sudo: false
2+
dist: trusty
13
language: ruby
4+
25
rvm:
3-
- 1.8.7
4-
- 1.9.2
56
- 1.9.3
6-
- ree
7+
- 2.1
8+
- 2.2
9+
- 2.3
10+
- 2.4

0 commit comments

Comments
 (0)