Merge pull request #387 from puppetlabs/maint-update-travis

Update travis config to remove deprecated style
This commit is contained in:
Gene Liverman 2020-07-07 14:57:36 -04:00 committed by GitHub
commit e46ff69220
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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"