Skip to content

Commit

Permalink
Fix Travis failures
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Smith <tsmith@chef.io>
  • Loading branch information
tas50 committed Jan 24, 2020
1 parent 1278842 commit 47632fe
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .travis.yml
Expand Up @@ -15,27 +15,25 @@ language: ruby
branches:
only:
- master
before_install:
- gem update --system
install: travis_wait bundle install --without changelog --jobs 7 --retry=3
before_script:
- echo "StrictHostKeyChecking no" > ~/.ssh/config
- git config --global user.email "ci@berkshelf.com"
- git config --global user.name "Berkshelf"
matrix:
include:
- rvm: 2.5.5
- rvm: 2.6.2
- rvm: 2.5.7
- rvm: 2.6.5
- rvm: ruby-head
- rvm: 2.6.2
- rvm: 2.6.5
before_install:
- gem update --system
- rm Gemfile.lock
- rvm: 2.6.2
- rvm: 2.6.5
env:
CHEFSTYLE: 1
script: bundle exec rake style
- rvm: 2.6.2
- rvm: 2.6.5
before_install:
# Needed until https://github.com/travis-ci/apt-package-whitelist/pull/1820 is merged
- sudo apt-get update
Expand Down

0 comments on commit 47632fe

Please sign in to comment.