Skip to content

Commit

Permalink
AppVeyor CI: Allow builds on forks
Browse files Browse the repository at this point in the history
Exclude only branch 'sils/*'.

Closes #1285
Related to coala/coala#3664
  • Loading branch information
jayvdb committed Mar 6, 2017
1 parent ae985fd commit 6cb5815
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .ci/appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,9 @@ cache:
- "C:\\Users\\appveyor\\AppData\\Local\\coala-bears\\coala-bears"
- "C:\\Users\\appveyor\\AppData\\Roaming\\nltk_data"

branches: # Only build official branches, PRs are built anyway.
only:
- master
- /release.*/
branches:
except:
- /^sils\/.*/

install:
# Prepend newly installed Python to the PATH of this build (this cannot be
Expand Down

0 comments on commit 6cb5815

Please sign in to comment.