X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.travis.yml;h=819d29fdc947db3564094dca32d88410edeb3a43;hb=ef186de38a28abf2979c19ff8933f07f296e80b8;hp=9ae43639743a7b8b971d4b798d62083eb0907557;hpb=3ee1582e60cbebb70f6e4b932e337a59a8517580;p=github%2Fwallabag%2Fwallabag.git diff --git a/.travis.yml b/.travis.yml index 9ae43639..819d29fd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,9 +34,11 @@ matrix: allow_failures: - php: hhvm +# exclude v1 branches branches: - only: - - v2 + except: + - master + - dev before_script: - if [[ $TRAVIS_PHP_VERSION != hhvm ]]; then echo "memory_limit=-1" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini; fi;