Skip to content

Commit

Permalink
Make travis script simpler
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Sep 20, 2022
1 parent 8f1ea59 commit 06e6fd1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@
# from Dolibarr GitHub repository.
# 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
#dist: xenial
dist: bionic

language: php
Expand Down Expand Up @@ -38,8 +37,6 @@ addons:
postgresql: '10'
apt:
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'
packages:
# We need a webserver to test the webservices
Expand Down

0 comments on commit 06e6fd1

Please sign in to comment.