We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a12a78 commit 038a5a4Copy full SHA for 038a5a4
1 file changed
.travis.yml
@@ -4,19 +4,15 @@ script: "bundle exec rspec spec"
4
env:
5
- CI=true
6
rvm:
7
- - 2.2.5
8
- - 2.3.1
9
- - jruby
10
- - rbx
11
-gemfile:
12
- - Gemfile
13
- - Gemfile-pure
14
-env:
15
- global:
16
- - CI=true
+ - 2.2
+ - 2.3
+ - 2.4
+ - jruby-9
+ - rbx-3
17
cache: bundler
18
sudo: false
19
matrix:
20
allow_failures:
21
- - rvm: rbx
22
- - rvm: jruby
+ - rvm: jruby-9
+ - rvm: rbx-3
+dist: trusty
0 commit comments