Skip to content
This repository has been archived by the owner on Dec 11, 2022. It is now read-only.

Commit

Permalink
Removed coverage builds from Travis CI matrix. (It's now handled by S…
Browse files Browse the repository at this point in the history
…crutinizer.)
  • Loading branch information
hperrin committed Apr 17, 2015
1 parent 270776e commit 9f18c75
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,11 @@ php:
env:
- DB=mysql DATABASE_MYSQL=mysql://root@localhost:3306/nymph_testing
- DB=pgsql DATABASE_PGSQL=postgres://postgres@localhost:5432/nymph_testing
- DATABASE_MYSQL=mysql://root@localhost:3306/nymph_testing DATABASE_PGSQL=postgres://postgres@localhost:5432/nymph_testing

matrix:
exclude:
- php: hhvm
env: DB=pgsql DATABASE_PGSQL=postgres://postgres@localhost:5432/nymph_testing
- php: hhvm
env: DATABASE_MYSQL=mysql://root@localhost:3306/nymph_testing DATABASE_PGSQL=postgres://postgres@localhost:5432/nymph_testing
- php: 5.5
env: DATABASE_MYSQL=mysql://root@localhost:3306/nymph_testing DATABASE_PGSQL=postgres://postgres@localhost:5432/nymph_testing
- php: 5.6
env: DATABASE_MYSQL=mysql://root@localhost:3306/nymph_testing DATABASE_PGSQL=postgres://postgres@localhost:5432/nymph_testing

mysql:
database: nymph_testing
Expand Down

0 comments on commit 9f18c75

Please sign in to comment.