Skip to content

Commit

Permalink
Add CI to more branches.
Browse files Browse the repository at this point in the history
  • Loading branch information
grafikrobot committed Nov 12, 2018
1 parent 8047d47 commit ee7f0c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
@@ -1,8 +1,8 @@
sudo: false
branches:
only:
- master
- develop
- /master.*/
- /develop.*/
- /feature\/.*/
language: cpp
script:
Expand Down
4 changes: 2 additions & 2 deletions appveyor.yml
Expand Up @@ -6,8 +6,8 @@

branches:
only:
- master
- develop
- /master.*/
- /develop.*/
- /feature\/.*/

image:
Expand Down

0 comments on commit ee7f0c9

Please sign in to comment.