From f9e2106668a54c54798c3bb12c269c501e1341bf Mon Sep 17 00:00:00 2001 From: andig Date: Sat, 20 Feb 2016 17:09:21 +0100 Subject: [PATCH] Revert "Add php 7.0" This reverts commit 9b13bdd070a038cd383506b0afcab71f1bb2bb16. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6e8a4a850..836966fa3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,6 @@ php: - 5.4 - 5.5 - 5.6 - - 7.0 - nightly - hhvm @@ -133,6 +132,7 @@ script: HTTPD_PID=$! echo "Started httpd with pid $HTTPD_PID" fi + - if [ "$DB" = "mysql" ]; then phpunit $TRAVIS_TEST_EXCLUDES --coverage-text; fi # run aggregation tool itself (mysql only) - if [ "$DB" = "mysql" ]; then php misc/tools/aggregate.php run -m delta -l hour; fi