summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorAndrey Andreev <narf@bofh.bg>2012-07-19 14:15:17 +0200
committerAndrey Andreev <narf@bofh.bg>2012-07-19 14:15:17 +0200
commitfa4af2c268eb920e8eb772b793962000c10ac79c (patch)
tree05b9e72ad88db412889044866906629b4a762759 /.travis.yml
parent795b2b3876384f51bb63e61b3e4fbc7518ba21d9 (diff)
Enable travis for feature/* branches
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 31b74b13b..2496def0b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -23,4 +23,5 @@ script: phpunit --coverage-text --configuration tests/travis/$DB.phpunit.xml
branches:
only:
- - develop \ No newline at end of file
+ - develop
+ - /^feature\/.+$/ \ No newline at end of file