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 9f897f3 commit 2bd4788Copy full SHA for 2bd4788
.travis.yml
@@ -1,26 +1,36 @@
1
language: ruby
2
-
3
rvm:
4
- 2.2.0
5
- 2.1.5
6
- - 2.1.4
7
- 2.0.0
8
- 1.9.3
9
- ruby-head
10
- jruby-1.7.19
11
- jruby-head
12
- rbx-2
13
14
-jdk:
+jdk: # for JRuby only
+ - openjdk7
15
- oraclejdk8
16
17
-sudo: false
18
19
-branches:
20
- only:
21
- - master
22
23
matrix:
+ exclude:
+ - rvm: 2.2.0
+ jdk: openjdk7
+ jdk: oraclejdk8
+ - rvm: 2.1.5
+ - rvm: 2.0.0
24
25
+ - rvm: 1.9.3
26
27
28
+ - rvm: ruby-head
29
30
31
+ - rvm: rbx-2
32
33
34
allow_failures:
35
- rvm: ruby-head
36
- rvm: jruby-head
0 commit comments