Fixing regexp.
This commit is contained in:
parent
ce22058bf3
commit
35f1967176
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ branches:
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
- develop
|
- develop
|
||||||
- feature*
|
- /^feature-.*$/
|
||||||
compiler:
|
compiler:
|
||||||
- gcc
|
- gcc
|
||||||
- clang
|
- clang
|
||||||
|
|
|
@ -3,7 +3,7 @@ branches:
|
||||||
only:
|
only:
|
||||||
- develop
|
- develop
|
||||||
- master
|
- master
|
||||||
- feature*
|
- /^feature-.*$/
|
||||||
max_jobs: 4
|
max_jobs: 4
|
||||||
configuration:
|
configuration:
|
||||||
- Debug
|
- Debug
|
||||||
|
|
Loading…
Reference in a new issue