From 01d0e0975f68270fed13d548e70cfd7879dcbcef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Tue, 26 Jan 2016 18:21:46 +0100 Subject: [PATCH] Do not run tests with allowed failures on maintenance branch MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Čihař --- .travis.yml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/.travis.yml b/.travis.yml index adbf0e8aaa..9737d19a85 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,8 +10,6 @@ php: - "5.5" - "5.4" - "5.3" - - hhvm - - nightly sudo: false @@ -53,18 +51,6 @@ after_script: - if [ -f vendor/bin/coveralls ] ; then php vendor/bin/coveralls -v || true ; fi - if [ -f php.log ] ; then cat php.log ; fi -matrix: - allow_failures: - - php: 5.6 - env: PHPUNIT_ARGS="--group selenium" SELENIUM="yes" - - php: hhvm - env: PHPUNIT_ARGS="--exclude-group selenium" - - php: nightly - env: PHPUNIT_ARGS="--exclude-group selenium" - fast_finish: true - include: - - php: 5.6 - env: PHPUNIT_ARGS="--group selenium" SELENIUM="yes" cache: directories: - $HOME/.composer/cache/