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

try addon each pgsql version needed

parent 63110baa
...@@ -17,11 +17,11 @@ env: ...@@ -17,11 +17,11 @@ env:
- DB=sqlite - DB=sqlite
- DB=mysql - DB=mysql
- DB=mysqli - 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=pgsql POSTGRESQL_VERSION='9.5' - DB=pgsql POSTGRESQL_VERSION=9.5
- DB=pgsql POSTGRESQL_VERSION='9.6' - DB=pgsql POSTGRESQL_VERSION=9.6
matrix: matrix:
fast_finish: true fast_finish: true
...@@ -82,7 +82,7 @@ matrix: ...@@ -82,7 +82,7 @@ matrix:
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: true
dist: trusty dist: trusty
...@@ -91,7 +91,7 @@ matrix: ...@@ -91,7 +91,7 @@ matrix:
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: true
dist: trusty dist: trusty
...@@ -100,7 +100,7 @@ matrix: ...@@ -100,7 +100,7 @@ matrix:
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: true
dist: trusty dist: trusty
...@@ -109,7 +109,7 @@ matrix: ...@@ -109,7 +109,7 @@ matrix:
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 - php: 5.6
sudo: true sudo: true
...@@ -119,7 +119,7 @@ matrix: ...@@ -119,7 +119,7 @@ matrix:
postgresql: "9.6" postgresql: "9.6"
services: services:
- postgresql - postgresql
env: DB=pgsql POSTGRESQL_VERSION='9.6' env: DB=pgsql POSTGRESQL_VERSION=9.6
- php: 7.0 - php: 7.0
sudo: true sudo: true
dist: trusty dist: trusty
...@@ -128,7 +128,7 @@ matrix: ...@@ -128,7 +128,7 @@ matrix:
postgresql: "9.6" postgresql: "9.6"
services: services:
- postgresql - postgresql
env: DB=pgsql POSTGRESQL_VERSION='9.6' env: DB=pgsql POSTGRESQL_VERSION=9.6
- php: 7.1 - php: 7.1
sudo: true sudo: true
dist: trusty dist: trusty
...@@ -137,7 +137,7 @@ matrix: ...@@ -137,7 +137,7 @@ matrix:
postgresql: "9.6" postgresql: "9.6"
services: services:
- postgresql - postgresql
env: DB=pgsql POSTGRESQL_VERSION='9.6' env: DB=pgsql POSTGRESQL_VERSION=9.6
- php: nightly - php: nightly
sudo: true sudo: true
dist: trusty dist: trusty
...@@ -146,7 +146,7 @@ matrix: ...@@ -146,7 +146,7 @@ matrix:
postgresql: "9.6" postgresql: "9.6"
services: services:
- postgresql - postgresql
env: DB=pgsql POSTGRESQL_VERSION='9.6' env: DB=pgsql POSTGRESQL_VERSION=9.6
- php: hhvm - php: hhvm
sudo: true sudo: true
...@@ -182,7 +182,7 @@ matrix: ...@@ -182,7 +182,7 @@ matrix:
postgresql: "9.2" postgresql: "9.2"
services: services:
- postgresql - postgresql
env: DB=pgsql POSTGRESQL_VERSION='9.2' env: DB=pgsql POSTGRESQL_VERSION=9.2
- php: hhvm - php: hhvm
sudo: true sudo: true
dist: trusty dist: trusty
...@@ -191,7 +191,7 @@ matrix: ...@@ -191,7 +191,7 @@ matrix:
postgresql: "9.3" postgresql: "9.3"
services: services:
- postgresql - postgresql
env: DB=pgsql POSTGRESQL_VERSION='9.3' env: DB=pgsql POSTGRESQL_VERSION=9.3
- php: hhvm - php: hhvm
sudo: true sudo: true
dist: trusty dist: trusty
...@@ -200,7 +200,7 @@ matrix: ...@@ -200,7 +200,7 @@ matrix:
postgresql: "9.4" postgresql: "9.4"
services: services:
- postgresql - postgresql
env: DB=pgsql POSTGRESQL_VERSION='9.4' env: DB=pgsql POSTGRESQL_VERSION=9.4
- php: hhvm - php: hhvm
sudo: true sudo: true
dist: trusty dist: trusty
...@@ -209,7 +209,7 @@ matrix: ...@@ -209,7 +209,7 @@ matrix:
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 - php: hhvm
sudo: true sudo: true
dist: trusty dist: trusty
...@@ -218,7 +218,7 @@ matrix: ...@@ -218,7 +218,7 @@ matrix:
postgresql: "9.6" postgresql: "9.6"
services: services:
- postgresql - postgresql
env: DB=pgsql POSTGRESQL_VERSION='9.6' env: DB=pgsql POSTGRESQL_VERSION=9.6
- php: hhvm - php: hhvm
sudo: true sudo: true
dist: trusty dist: trusty
...@@ -230,14 +230,18 @@ matrix: ...@@ -230,14 +230,18 @@ matrix:
- php: 7.1 - php: 7.1
env: DB=mariadb MARIADB_VERSION=10.1 env: DB=mariadb MARIADB_VERSION=10.1
- php: 5.6 - php: 5.6
env: DB=pgsql POSTGRESQL_VERSION='9.5' env: DB=pgsql POSTGRESQL_VERSION=9.5
- php: 7.0 - php: 7.0
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
addons: addons:
postgresql: $POSTGRESQL_VERSION - postgresql: 9.2
- postgresql: 9.3
- postgresql: 9.4
- postgresql: 9.5
- postgresql: 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