Skip to content

Commit

Permalink
Try to move to bionic
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Sep 20, 2022
1 parent 12ce79a commit 5d39f7b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

# We use dist: xenial to have php 5.6+ available
os: linux
dist: xenial
#dist: bionic
#dist: xenial
dist: bionic

language: php

Expand All @@ -20,7 +20,7 @@ services:

addons:
# Force postgresql to 9.4 (the oldest availablable on xenial)
postgresql: '9.4'
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/
Expand Down Expand Up @@ -74,6 +74,8 @@ notifications:

before_install:
- |
echo "Add ondrej PPA"
add-apt-repository -y ppa:ondrej/php
echo "Disabling Xdebug for composer"
export PHP_VERSION_NAME=$(phpenv version-name)
cp ~/.phpenv/versions/$PHP_VERSION_NAME/etc/conf.d/xdebug.ini /tmp/xdebug.ini
Expand Down

0 comments on commit 5d39f7b

Please sign in to comment.