Update Travis configuration with branches renaming

This commit is contained in:
Nicolas Lœuillet 2016-04-18 21:46:36 +02:00
parent 0907a72c64
commit 3320d39418

View file

@ -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;