aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2016-04-18 21:46:36 +0200
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2016-04-18 21:46:36 +0200
commit3320d394187e5f5177536eb76859cbdcef297d85 (patch)
treecce9c32fa6db41f30a78de2efad12ef7757801e1 /.travis.yml
parent0907a72c6477cbe0f25a25563a9c37c43a28d5ad (diff)
downloadwallabag-3320d394187e5f5177536eb76859cbdcef297d85.tar.gz
wallabag-3320d394187e5f5177536eb76859cbdcef297d85.tar.zst
wallabag-3320d394187e5f5177536eb76859cbdcef297d85.zip
Update Travis configuration with branches renaming
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 324b236a..d397c872 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -41,8 +41,7 @@ matrix:
41# exclude v1 branches 41# exclude v1 branches
42branches: 42branches:
43 except: 43 except:
44 - master 44 - legacy
45 - dev
46 45
47before_script: 46before_script:
48 - if [[ $TRAVIS_PHP_VERSION != hhvm ]]; then echo "memory_limit=-1" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini; fi; 47 - if [[ $TRAVIS_PHP_VERSION != hhvm ]]; then echo "memory_limit=-1" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini; fi;