We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent e0b8997 commit 290197dCopy full SHA for 290197d
.travis.yml
@@ -9,9 +9,8 @@ matrix:
9
fast_finish: true
10
11
include:
12
- - rvm: 2.1
+ - rvm: "2.1"
13
env: RUN=default TZ="/usr/share/zoneinfo/Pacific/Fiji"
14
- before_install: test -d node_modules || npm install
15
16
- rvm: 1.9.3
17
env: RUN=rspec
@@ -28,13 +27,18 @@ matrix:
28
27
- rvm: jruby-head
29
30
+ - jdk: oraclejdk8
31
+ rvm: "2.1"
32
+ env: RUN=mspec:build
33
+
34
allow_failures:
35
- rvm: 1.8.7
36
37
- rvm: 2.0.0
38
- rvm: rbx
39
- rvm: jruby
40
41
42
43
44
before_install:
0 commit comments