Commit 4120a721 authored by Marco Pivetta's avatar Marco Pivetta Committed by GitHub

Merge pull request #2564 from photodude/patch-2

add postgresql: "9.6"
parents 7963f131 e7202aaa
...@@ -118,33 +118,55 @@ matrix: ...@@ -118,33 +118,55 @@ matrix:
env: DB=pgsql POSTGRESQL_VERSION=9.4 env: DB=pgsql POSTGRESQL_VERSION=9.4
- php: 7.0 - php: 7.0
sudo: true sudo: false
dist: trusty dist: trusty
group: edge # until the next update
addons: addons:
postgresql: "9.5" postgresql: "9.5"
services: services:
- postgresql - postgresql
env: DB=pgsql POSTGRESQL_VERSION=9.5 env: DB=pgsql POSTGRESQL_VERSION=9.5
- php: 7.1 - php: 7.1
sudo: true sudo: false
dist: trusty dist: trusty
group: edge # until the next update
addons: addons:
postgresql: "9.5" postgresql: "9.5"
services: services:
- postgresql - postgresql
env: DB=pgsql POSTGRESQL_VERSION=9.5 env: DB=pgsql POSTGRESQL_VERSION=9.5
- php: nightly - php: nightly
sudo: true sudo: false
dist: trusty dist: trusty
group: edge # until the next update
addons: addons:
postgresql: "9.5" postgresql: "9.5"
services: services:
- postgresql - postgresql
env: DB=pgsql POSTGRESQL_VERSION=9.5 env: DB=pgsql POSTGRESQL_VERSION=9.5
- php: 7.0
sudo: false
dist: trusty
addons:
postgresql: "9.6"
services:
- postgresql
env: DB=pgsql POSTGRESQL_VERSION=9.6
- php: 7.1
sudo: false
dist: trusty
addons:
postgresql: "9.6"
services:
- postgresql
env: DB=pgsql POSTGRESQL_VERSION=9.6
- php: nightly
sudo: false
dist: trusty
addons:
postgresql: "9.6"
services:
- postgresql
env: DB=pgsql POSTGRESQL_VERSION=9.6
- php: hhvm - php: hhvm
sudo: true sudo: true
dist: trusty dist: trusty
...@@ -199,14 +221,21 @@ matrix: ...@@ -199,14 +221,21 @@ matrix:
- postgresql - postgresql
env: DB=pgsql POSTGRESQL_VERSION=9.4 env: DB=pgsql POSTGRESQL_VERSION=9.4
- php: hhvm - php: hhvm
sudo: true sudo: false
dist: trusty dist: trusty
group: edge # until the next update
addons: addons:
postgresql: "9.5" postgresql: "9.5"
services: services:
- postgresql - postgresql
env: DB=pgsql POSTGRESQL_VERSION=9.5 env: DB=pgsql POSTGRESQL_VERSION=9.5
- php: hhvm
sudo: false
dist: trusty
addons:
postgresql: "9.6"
services:
- postgresql
env: DB=pgsql POSTGRESQL_VERSION=9.6
- php: hhvm - php: hhvm
sudo: true sudo: true
dist: trusty dist: trusty
...@@ -220,6 +249,12 @@ matrix: ...@@ -220,6 +249,12 @@ matrix:
env: DB=pgsql POSTGRESQL_VERSION=9.5 env: DB=pgsql POSTGRESQL_VERSION=9.5
- php: 7.1 - php: 7.1
env: DB=pgsql POSTGRESQL_VERSION=9.5 env: DB=pgsql POSTGRESQL_VERSION=9.5
- php: nightly
env: DB=pgsql POSTGRESQL_VERSION=9.6
- php: 7.0
env: DB=pgsql POSTGRESQL_VERSION=9.6
- php: 7.1
env: DB=pgsql POSTGRESQL_VERSION=9.6
install: install:
- travis_retry composer install - travis_retry composer install
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment