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
|
os: linux
|
||||||
dist: bionic
|
dist: bionic
|
||||||
language: ruby
|
|
||||||
cache: bundler
|
|
||||||
rvm:
|
|
||||||
- 2.6.6
|
|
||||||
addons:
|
|
||||||
apt:
|
|
||||||
packages:
|
|
||||||
- chromium-browser
|
|
||||||
services:
|
|
||||||
- postgresql
|
|
||||||
branches:
|
branches:
|
||||||
except:
|
except:
|
||||||
- /^depfu/.*$/
|
- /^depfu/.*$/
|
||||||
|
|
@ -37,6 +27,16 @@ env:
|
||||||
jobs:
|
jobs:
|
||||||
include:
|
include:
|
||||||
- &tests
|
- &tests
|
||||||
|
language: ruby
|
||||||
|
cache: bundler
|
||||||
|
rvm:
|
||||||
|
- 2.6.6
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
packages:
|
||||||
|
- chromium-browser
|
||||||
|
services:
|
||||||
|
- postgresql
|
||||||
before_install:
|
before_install:
|
||||||
- "echo 'gem: --no-ri --no-rdoc' > ~/.gemrc"
|
- "echo 'gem: --no-ri --no-rdoc' > ~/.gemrc"
|
||||||
- gem uninstall -v '>= 2' -i $(rvm gemdir)@global -ax bundler || true
|
- gem uninstall -v '>= 2' -i $(rvm gemdir)@global -ax bundler || true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue