Skip to content

Commit

Permalink
Fixing regexp.
Browse files Browse the repository at this point in the history
  • Loading branch information
TadasBaltrusaitis committed Jul 31, 2016
1 parent ce22058 commit 35f1967
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ branches:
only:
- master
- develop
- feature*
- /^feature-.*$/
compiler:
- gcc
- clang
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ branches:
only:
- develop
- master
- feature*
- /^feature-.*$/
max_jobs: 4
configuration:
- Debug
Expand Down

0 comments on commit 35f1967

Please sign in to comment.