Commit cc551cbd authored by Walt Sorensen's avatar Walt Sorensen Committed by GitHub

add postgresql: "9.6"

parent 51f6934c
...@@ -145,42 +145,71 @@ matrix: ...@@ -145,42 +145,71 @@ matrix:
env: DB=pgsql POSTGRESQL_VERSION=9.4 env: DB=pgsql POSTGRESQL_VERSION=9.4
- php: 5.6 - php: 5.6
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 - 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: 5.6
sudo: false
dist: trusty
addons:
postgresql: "9.6"
services:
- postgresql
env: DB=pgsql POSTGRESQL_VERSION=9.6
- 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
...@@ -235,14 +264,21 @@ matrix: ...@@ -235,14 +264,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
...@@ -257,6 +293,12 @@ matrix: ...@@ -257,6 +293,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: 5.6
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