Skip to content

Commit 7981a26

Browse files
committed
Update travis config.
1 parent 8b04531 commit 7981a26

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

.travis.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,17 @@
11
language: ruby
22
bundler_args: --without debug
33
script: "bundle exec rspec spec"
4-
before_install:
5-
- 'gem update --system --conservative || (gem i "rubygems-update:~>2.7" --no-document && update_rubygems)'
6-
- 'gem update bundler --conservative'
74
env:
85
- CI=true
96
rvm:
10-
- 2.2
11-
- 2.3
127
- 2.4
138
- 2.5
149
- 2.6
15-
- jruby-9
16-
- rbx-3
10+
- 2.7
11+
- jruby
1712
cache: bundler
1813
sudo: false
1914
matrix:
2015
allow_failures:
21-
- rvm: jruby-9
22-
- rvm: rbx-3
16+
- rvm: jruby
2317
dist: trusty

0 commit comments

Comments
 (0)