Skip to content

Commit 8174a4a

Browse files
committed
Test on JRuby 9.{0,1,2} rather than "head"
1 parent 9605980 commit 8174a4a

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.travis.yml

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
sudo: false
2-
dist: trusty
32
language: ruby
43

54
rvm:
@@ -13,10 +12,12 @@ rvm:
1312
- 2.6.6
1413
- 2.7.1
1514
- jruby-19mode
16-
- jruby-head
15+
- jruby-9.0
16+
- jruby-9.1
17+
- jruby-9.2
1718

1819
before_install:
19-
- '[[ "$(ruby --version)" == *"1.9.3"* ]] && gem update --system 2.4.8 || true'
20+
- '[[ "$(ruby --version)" != *"1.9.3"* ]] || gem update --system 2.4.8'
2021

2122
script:
22-
- bundle exec rspec -c spec
23+
- bundle exec rspec

0 commit comments

Comments
 (0)