From 6e6b922ee8bddd209f318800e28473606cc3f966 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Tue, 26 Jan 2016 18:23:34 +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 | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/.travis.yml b/.travis.yml index 626bd06b83..3f52732b20 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,8 +9,6 @@ php: - "7.0" - "5.6" - "5.5" - - hhvm - - nightly sudo: false @@ -52,20 +50,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" - - php: "7.0" - 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/