Skip to content

Commit

Permalink
ci: don't build master
Browse files Browse the repository at this point in the history
I have enabled branch protection in GitHub for master and required that
commits passs CI before they are allowed in master, so master will now
always be a duplicate of an already-built job.
  • Loading branch information
nemequ committed Mar 13, 2016
1 parent 8bfdfc3 commit 1805c89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ environment:
branches:
except:
- /^(wip\/)?(travis|osx|ipp)(\-.+)?$/
- /^master$/

configuration: Debug

Expand Down
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ os:
branches:
except:
- /^(wip\/)?(appveyor|msvc|mingw|windows)(\-.+)?$/
- /^master$/
env:
matrix:
- COMPILER=gcc-5 BUILD_TYPE=debug
Expand Down

0 comments on commit 1805c89

Please sign in to comment.