We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa86b57 commit d241beeCopy full SHA for d241bee
.travis.yml
@@ -1,21 +1,30 @@
1
+language: ruby
2
+
3
+sudo: false
4
5
before_install:
6
- gem update --system
7
- gem install bundler
8
9
rvm:
- - 2.4.0
- - 2.3.3
- - 2.2.6
10
+ - 2.4.2
11
+ - 2.3.5
12
13
matrix:
14
fast_finish: true
15
16
include:
17
+ - rvm: 2.2.8
18
+ env:
19
- rvm: ruby-head
20
21
- rvm: jruby-head
22
23
- rvm: rbx-2
24
25
26
allow_failures:
27
28
29
30
0 commit comments