Skip to content

Commit d241bee

Browse files
committed
Update travis-ci.yml
1 parent aa86b57 commit d241bee

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

.travis.yml

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,30 @@
1+
language: ruby
2+
3+
sudo: false
4+
15
before_install:
26
- gem update --system
37
- gem install bundler
48

59
rvm:
6-
- 2.4.0
7-
- 2.3.3
8-
- 2.2.6
10+
- 2.4.2
11+
- 2.3.5
912

1013
matrix:
1114
fast_finish: true
1215

1316
include:
17+
- rvm: 2.2.8
18+
env:
1419
- rvm: ruby-head
20+
env:
1521
- rvm: jruby-head
22+
env:
1623
- rvm: rbx-2
24+
env:
1725

1826
allow_failures:
27+
- rvm: 2.2.8
1928
- rvm: ruby-head
2029
- rvm: jruby-head
2130
- rvm: rbx-2

0 commit comments

Comments
 (0)