Skip to content

Commit

Permalink
give context to build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
bendavies committed Aug 18, 2016
1 parent b5c64b3 commit f62dc1f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Expand Up @@ -41,7 +41,7 @@ matrix:
- php: 5.3
env: COMPOSER_FLAGS="--prefer-lowest" DB=sqlite
- php: 7.0
env: DB=mysql
env: NAME="MySQL 5.6" DB=mysql
dist: trusty
sudo: required
addons:
Expand All @@ -51,18 +51,18 @@ matrix:
- mysql-client-core-5.6
- mysql-client-5.6
- php: 7.0
env: DB=mysql MYSQL_VERSION=5.7
env: NAME="MySQL 5.7" DB=mysql MYSQL_VERSION=5.7
sudo: required
- php: 7.0
env: DB=pgsql
env: NAME="PostgreSQL 9.2" DB=pgsql
addons:
postgresql: 9.2
- php: 7.0
env: DB=pgsql
env: NAME="PostgreSQL 9.3" DB=pgsql
addons:
postgresql: 9.3
- php: 7.0
env: DB=pgsql
env: NAME="PostgreSQL 9.4" DB=pgsql
addons:
postgresql: 9.4
exclude:
Expand Down

0 comments on commit f62dc1f

Please sign in to comment.