8000 Merge pull request #301 from hainesr/update-travis · rubyzip/rubyzip@80af58e · GitHub
[go: up one dir, main page]

Skip to content

Commit 80af58e

Browse files
authored
Merge pull request #301 from hainesr/update-travis
Update travis config
2 parents 7aa3666 + 331c4bb commit 80af58e

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

.travis.yml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,25 @@ sudo: false
33
cache: bundler
44
rvm:
55
- 2.0.0
6-
- 2.1.5
7-
- 2.2.0
6+
- 2.1.9
7+
- 2.2.5
8+
- 2.3.1
89
- ruby-head
910
- rbx-2
1011
matrix:
1112
include:
12-
- rvm: jruby-1.7.17-19mode
13+
- rvm: jruby-9.1.4.0
1314
jdk: oraclejdk7
14-
- rvm: jruby-1.7.17-19mode
15+
- rvm: jruby-9.1.4.0
16+
jdk: oraclejdk8
17+
- rvm: jruby-9.1.4.0
1518
jdk: openjdk7
19+
- rvm: jruby-head
20+
jdk: oraclejdk8
1621
allow_failures:
1722
- rvm: ruby-head
1823
- rvm: rbx-2
24+
- rvm: jruby-head
1925
before_install:
2026
- gem update --system
2127
- gem install bundler

0 commit comments

Comments
 (0)
0