diff options
author | Andrey Andreev <narf@bofh.bg> | 2012-07-19 15:20:11 +0200 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2012-07-19 15:20:11 +0200 |
commit | 55b82c95be57a6727d45d6ae9652ff612f96bc37 (patch) | |
tree | eed89a77bf5ad05c39e9d4a976dce0dbebc20e54 | |
parent | e8be24b1c4bc3dd6fb78133d15857e2b23972c5b (diff) |
Hope this regexp works for travis ...
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |