Skip to content

Commit 8e5d762

Browse files
committed
[travis-ci] cleanup/update tested JRubies
1 parent 292edae commit 8e5d762

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.travis.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
language: ruby
22
sudo: false
3-
#rvm:
4-
# - jruby
53
jdk:
64
- oraclejdk7
75
- oraclejdk8
@@ -10,13 +8,10 @@ env:
108
- TEST_PROFILE=test-1.7.4
119
- TEST_PROFILE=test-1.7.13
1210
- TEST_PROFILE=test-1.7.18
13-
#- TEST_PROFILE=test-1.7.22
14-
#- TEST_PROFILE=test-1.7.24
1511
- TEST_PROFILE=test-1.7.26
16-
- TEST_PROFILE=test-9.0.1.0
1712
- TEST_PROFILE=test-9.0.5.0
18-
- TEST_PROFILE=test-9.1.2.0
1913
- TEST_PROFILE=test-9.1.5.0
14+
- TEST_PROFILE=test-9.1.8.0
2015

2116
install: if [[ -v BUNDLE_INSTALL ]]; then jruby -S bundle install; else echo ""; fi
2217

0 commit comments

Comments
 (0)