From fd3fd481a66478931be6800127d8473621aba272 Mon Sep 17 00:00:00 2001 From: Jeremy Benoist Date: Wed, 24 Feb 2016 13:47:54 +0100 Subject: [PATCH] Exclude v1 branches from Travis Instead of allowing only v2. Branches which didn't target v2 BUT related to v2 weren't tested on Travis --- .travis.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9ae43639..819d29fd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,9 +34,11 @@ matrix: allow_failures: - php: hhvm +# exclude v1 branches branches: - only: - - v2 + except: + - master + - dev before_script: - if [[ $TRAVIS_PHP_VERSION != hhvm ]]; then echo "memory_limit=-1" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini; fi; -- 2.41.0