Ensure finalize stage does not have unecessary installation to do
This commit is contained in:
parent
fb741ca28d
commit
554f897b27
1 changed files with 10 additions and 10 deletions
20
.travis.yml
20
.travis.yml
|
|
@ -1,15 +1,5 @@
|
|||
os: linux
|
||||
dist: bionic
|
||||
language: ruby
|
||||
cache: bundler
|
||||
rvm:
|
||||
- 2.6.6
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- chromium-browser
|
||||
services:
|
||||
- postgresql
|
||||
branches:
|
||||
except:
|
||||
- /^depfu/.*$/
|
||||
|
|
@ -37,6 +27,16 @@ env:
|
|||
jobs:
|
||||
include:
|
||||
- &tests
|
||||
language: ruby
|
||||
cache: bundler
|
||||
rvm:
|
||||
- 2.6.6
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- chromium-browser
|
||||
services:
|
||||
- postgresql
|
||||
before_install:
|
||||
- "echo 'gem: --no-ri --no-rdoc' > ~/.gemrc"
|
||||
- gem uninstall -v '>= 2' -i $(rvm gemdir)@global -ax bundler || true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue