From 623c33d51fd9f337e02cacf64ac72b162ecf0e2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Burnichon?= Date: Thu, 19 Mar 2015 16:09:50 +0100 Subject: [PATCH] Remove tests with nightly php as pecl are not compiled. --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2b271e4174..9c8d7e6325 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,12 +37,9 @@ before_script: php: - 5.5 - 5.6 - - nightly matrix: fast_finish: true - allow_failures: - - php: nightly script: - travis_retry composer install --optimize-autoloader --dev --prefer-source