Cleanup travis a bit, add postgres, but its not used yet...
This commit is contained in:
parent
c6640c0de2
commit
fa85205d27
1 changed files with 6 additions and 4 deletions
10
.travis.yml
10
.travis.yml
|
|
@ -1,12 +1,14 @@
|
||||||
|
language: ruby
|
||||||
|
cache: bundler
|
||||||
|
rvm:
|
||||||
|
- 2.6.6
|
||||||
dist: bionic
|
dist: bionic
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
packages:
|
packages:
|
||||||
- chromium-browser
|
- chromium-browser
|
||||||
language: ruby
|
services:
|
||||||
cache: bundler
|
- postgresql
|
||||||
rvm:
|
|
||||||
- 2.6.6
|
|
||||||
branches:
|
branches:
|
||||||
except:
|
except:
|
||||||
- /^depfu/.*$/
|
- /^depfu/.*$/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue