mirror of
https://github.com/wallabag/wallabag.git
synced 2025-09-15 18:57:05 +00:00
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
This commit is contained in:
parent
7447461352
commit
fd3fd481a6
1 changed files with 4 additions and 2 deletions
|
@ -34,9 +34,11 @@ matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- php: hhvm
|
- php: hhvm
|
||||||
|
|
||||||
|
# exclude v1 branches
|
||||||
branches:
|
branches:
|
||||||
only:
|
except:
|
||||||
- v2
|
- master
|
||||||
|
- dev
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- if [[ $TRAVIS_PHP_VERSION != hhvm ]]; then echo "memory_limit=-1" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini; fi;
|
- if [[ $TRAVIS_PHP_VERSION != hhvm ]]; then echo "memory_limit=-1" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini; fi;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue