Make travis script simpler
This commit is contained in:
parent
8f1ea59bc6
commit
06e6fd1b13
@ -2,9 +2,8 @@
|
|||||||
# from Dolibarr GitHub repository.
|
# from Dolibarr GitHub repository.
|
||||||
# For syntax, see https://docs.travis-ci.com/user/languages/php/
|
# For syntax, see https://docs.travis-ci.com/user/languages/php/
|
||||||
|
|
||||||
# We use dist: xenial to have php 5.6+ available
|
# We use dist: bionic = 18.04
|
||||||
os: linux
|
os: linux
|
||||||
#dist: xenial
|
|
||||||
dist: bionic
|
dist: bionic
|
||||||
|
|
||||||
language: php
|
language: php
|
||||||
@ -38,8 +37,6 @@ addons:
|
|||||||
postgresql: '10'
|
postgresql: '10'
|
||||||
apt:
|
apt:
|
||||||
sources:
|
sources:
|
||||||
# To use the last version of pgloader, we add repo of postgresql with a name available in http://apt.postgresql.org/pub/repos/apt/
|
|
||||||
- pgdg-xenial
|
|
||||||
- sourceline: 'ppa:ondrej/php'
|
- sourceline: 'ppa:ondrej/php'
|
||||||
packages:
|
packages:
|
||||||
# We need a webserver to test the webservices
|
# We need a webserver to test the webservices
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user