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

POSTGRESQL_VERSION=9.1 is EOL

POSTGRESQL_VERSION=9.6 was released September 2016 See if we can run it on travis
parent 22b036f9
...@@ -14,13 +14,14 @@ php: ...@@ -14,13 +14,14 @@ php:
- nightly - nightly
env: env:
- DB=sqlite
- DB=mysql - DB=mysql
- DB=pgsql POSTGRESQL_VERSION=9.1 - DB=mysqli
- DB=pgsql POSTGRESQL_VERSION=9.2 - DB=pgsql POSTGRESQL_VERSION=9.2
- DB=pgsql POSTGRESQL_VERSION=9.3 - DB=pgsql POSTGRESQL_VERSION=9.3
- DB=pgsql POSTGRESQL_VERSION=9.4 - DB=pgsql POSTGRESQL_VERSION=9.4
- DB=sqlite - DB=pgsql POSTGRESQL_VERSION=9.5
- DB=mysqli - DB=pgsql POSTGRESQL_VERSION=9.6
matrix: matrix:
fast_finish: true fast_finish: true
...@@ -110,6 +111,43 @@ matrix: ...@@ -110,6 +111,43 @@ matrix:
- postgresql - postgresql
env: DB=pgsql POSTGRESQL_VERSION=9.5 env: DB=pgsql POSTGRESQL_VERSION=9.5
- php: 5.6
sudo: true
dist: trusty
group: edge # until the next update
addons:
postgresql: "9.6"
services:
- postgresql
env: DB=pgsql POSTGRESQL_VERSION=9.6
- php: 7.0
sudo: true
dist: trusty
group: edge # until the next update
addons:
postgresql: "9.6"
services:
- postgresql
env: DB=pgsql POSTGRESQL_VERSION=9.6
- php: 7.1
sudo: true
dist: trusty
group: edge # until the next update
addons:
postgresql: "9.6"
services:
- postgresql
env: DB=pgsql POSTGRESQL_VERSION=9.6
- php: nightly
sudo: true
dist: trusty
group: edge # until the next update
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
...@@ -136,15 +174,6 @@ matrix: ...@@ -136,15 +174,6 @@ matrix:
services: services:
- mysql - mysql
env: DB=mysqli env: DB=mysqli
- php: hhvm
sudo: true
dist: trusty
group: edge # until the next update
addons:
postgresql: "9.1"
services:
- postgresql
env: DB=pgsql POSTGRESQL_VERSION=9.1
- php: hhvm - php: hhvm
sudo: true sudo: true
dist: trusty dist: trusty
...@@ -181,6 +210,15 @@ matrix: ...@@ -181,6 +210,15 @@ matrix:
services: services:
- postgresql - postgresql
env: DB=pgsql POSTGRESQL_VERSION=9.5 env: DB=pgsql POSTGRESQL_VERSION=9.5
- php: hhvm
sudo: true
dist: trusty
group: edge # until the next update
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,7 +237,7 @@ matrix: ...@@ -199,7 +237,7 @@ matrix:
env: DB=pgsql POSTGRESQL_VERSION=9.5 env: DB=pgsql POSTGRESQL_VERSION=9.5
addons: addons:
postgresql: '9.4' #postgresql: '9.4'
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