We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9605980 commit 8174a4aCopy full SHA for 8174a4a
1 file changed
.travis.yml
@@ -1,5 +1,4 @@
1
sudo: false
2
-dist: trusty
3
language: ruby
4
5
rvm:
@@ -13,10 +12,12 @@ rvm:
13
12
- 2.6.6
14
- 2.7.1
15
- jruby-19mode
16
- - jruby-head
+ - jruby-9.0
+ - jruby-9.1
17
+ - jruby-9.2
18
19
before_install:
- - '[[ "$(ruby --version)" == *"1.9.3"* ]] && gem update --system 2.4.8 || true'
20
+ - '[[ "$(ruby --version)" != *"1.9.3"* ]] || gem update --system 2.4.8'
21
22
script:
- - bundle exec rspec -c spec
23
+ - bundle exec rspec
0 commit comments