Merge pull request #1944 from wallabag/travis-rename-branches

Update Travis configuration with branches renaming
This commit is contained in:
Thomas Citharel 2016-04-18 22:12:52 +02:00
commit 23feba63bb
1 changed files with 1 additions and 2 deletions

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;