Fixing regexp.

This commit is contained in:
Tadas Baltrusaitis 2016-07-31 13:15:47 -04:00
parent ce22058bf3
commit 35f1967176
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ branches:
only:
- master
- develop
- feature*
- /^feature-.*$/
compiler:
- gcc
- clang

View File

@ -3,7 +3,7 @@ branches:
only:
- develop
- master
- feature*
- /^feature-.*$/
max_jobs: 4
configuration:
- Debug