From a39f256fa01a60387150b02d77189f5654078e98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Mon, 25 Jan 2016 08:27:40 +0100 Subject: [PATCH] Remove PHP nightly build MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit There is no major PHP version nearby and this just consumes build power. Signed-off-by: Michal Čihař --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2b16c0ceff..9c67baf302 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,6 @@ php: - "5.6" - "5.5" - hhvm - - nightly sudo: false @@ -59,8 +58,6 @@ matrix: allow_failures: - php: 5.6 env: PHPUNIT_ARGS="--group selenium" SELENIUM="yes" - - php: nightly - env: PHPUNIT_ARGS="--exclude-group selenium" fast_finish: true include: - php: 5.6