Skip to content

Commit ff7ebc3

Browse files
committed
Update travis testing to test on 2.x
1 parent 5080876 commit ff7ebc3

File tree

1 file changed

+15
-6
lines changed

1 file changed

+15
-6
lines changed

.travis.yml

+15-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
1+
language: ruby
2+
sudo: false
3+
dist: trusty
4+
cache: bundler
15
rvm:
2-
- 1.9.3
3-
- 2.0.0
4-
- jruby
5-
branches:
6-
only:
7-
- master
6+
- 2.0
7+
- 2.1
8+
- 2.2
9+
- 2.3
10+
- 2.4
11+
- ruby-head
12+
- jruby-head
13+
matrix:
14+
allow_failures:
15+
- rvm: "ruby-head"
16+
- rvm: "jruby-head"

0 commit comments

Comments
 (0)