mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 01:58:41 -05:00
Update travis config to remove deprecated style
This commit is contained in:
parent
6d01079f4a
commit
99e4976941
1 changed files with 3 additions and 10 deletions
13
.travis.yml
13
.travis.yml
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue