Skip to content

Commit 290197d

Browse files
committedNov 25, 2014
Try to build with jdk8
1 parent e0b8997 commit 290197d

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed
 

‎.travis.yml

+6-2
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,8 @@ matrix:
99
fast_finish: true
1010

1111
include:
12-
- rvm: 2.1
12+
- rvm: "2.1"
1313
env: RUN=default TZ="/usr/share/zoneinfo/Pacific/Fiji"
14-
before_install: test -d node_modules || npm install
1514

1615
- rvm: 1.9.3
1716
env: RUN=rspec
@@ -28,13 +27,18 @@ matrix:
2827
- rvm: jruby-head
2928
env: RUN=rspec
3029

30+
- jdk: oraclejdk8
31+
rvm: "2.1"
32+
env: RUN=mspec:build
33+
3134
allow_failures:
3235
- rvm: 1.8.7
3336
- rvm: 1.9.3
3437
- rvm: 2.0.0
3538
- rvm: rbx
3639
- rvm: jruby
3740
- rvm: jruby-head
41+
- jdk: oraclejdk8
3842

3943

4044
before_install:

0 commit comments

Comments
 (0)
Please sign in to comment.