From 3320d394187e5f5177536eb76859cbdcef297d85 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Nicolas=20L=C5=93uillet?= Date: Mon, 18 Apr 2016 21:46:36 +0200 Subject: [PATCH] Update Travis configuration with branches renaming --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 324b236a..d397c872 100644 --- a/.travis.yml +++ b/.travis.yml @@ -41,8 +41,7 @@ matrix: # exclude v1 branches branches: except: - - master - - dev + - legacy 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