Skip to content

Commit

Permalink
.travis.yml: Update
Browse files Browse the repository at this point in the history
  • Loading branch information
glebm committed Apr 23, 2020
1 parent 1c600d5 commit 10426b7
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
language: ruby
dist: xenial
sudo: false
os: linux
rvm:
- 2.3.8
- jruby-9
Expand All @@ -14,9 +13,12 @@ git:
env:
global:
- TRAVIS=1
matrix:
jobs:
allow_failures:
- rvm: rbx-3
exclude:
- rvm: jruby-9
gemfile: spec/gemfiles/rails_4_2.gemfile
cache: bundler
bundler_args: --path ../../vendor/bundle --without debug

Expand Down

0 comments on commit 10426b7

Please sign in to comment.