From 81aa6c7689cbcec1e591233c2e2ad3be59ceb54a Mon Sep 17 00:00:00 2001 From: Gerd Katzenbeisser Date: Sun, 3 Dec 2017 10:35:34 +0100 Subject: [PATCH] Remove PHP 5.2 and nightly build 5.2 has no composer support. Nightly build has a phpunit compatibility issue --- .travis.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index af056e2..c8e2d0e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,13 +10,8 @@ matrix: - dist: trusty sudo: required php: hhvm - - php: 5.2 - dist: precise - php: 5.3 dist: precise - - php: nightly - script: - after_script: before_script: - composer install --dev - composer update satooshi/php-coveralls --dev