mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-27 11:31:05 +00:00
Merge pull request #1944 from wallabag/travis-rename-branches
Update Travis configuration with branches renaming
This commit is contained in:
commit
23feba63bb
1 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue