From 55b82c95be57a6727d45d6ae9652ff612f96bc37 Mon Sep 17 00:00:00 2001 From: Andrey Andreev Date: Thu, 19 Jul 2012 16:20:11 +0300 Subject: Hope this regexp works for travis ... --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 2496def0b..0a76229cd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,4 +24,4 @@ script: phpunit --coverage-text --configuration tests/travis/$DB.phpunit.xml branches: only: - develop - - /^feature\/.+$/ \ No newline at end of file + - /^feature.+/ \ No newline at end of file -- cgit v1.2.3-24-g4f1b