Update travis config to remove deprecated style

This commit is contained in:
Belen Bustamante 2020-07-07 11:28:51 -07:00
parent 6d01079f4a
commit 99e4976941

View file

@ -1,8 +1,9 @@
cache: bundler
sudo: false
language: ruby
dist: xenial
os: linux
matrix:
jobs:
include:
- rvm: 2.4.9
env: "CHECK=rubocop"
@ -16,13 +17,5 @@ matrix:
- rvm: jruby-9.2.9.0
env: "CHECK=test"
- rvm: 2.4.9
env: "CHECK=rubocop"
install:
- gem update --system
- gem install bundler
- bundle --version
- bundle install --jobs=3 --retry=3 --path=${BUNDLE_PATH:-vendor/bundle}
script:
- "bundle exec rake $CHECK"