From 9f18c751d3c6d1a310a96cdab8f3c90289caaf84 Mon Sep 17 00:00:00 2001 From: Hunter Perrin Date: Thu, 16 Apr 2015 19:25:25 -0700 Subject: [PATCH] Removed coverage builds from Travis CI matrix. (It's now handled by Scrutinizer.) --- .travis.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0b6095a..7ee71ee 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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