Skip to content

Commit

Permalink
Merge pull request #3970 from webpack/ci/appveyor
Browse files Browse the repository at this point in the history
build only master branch for higher CI performance
  • Loading branch information
sokra committed Jan 15, 2017
2 parents 9fd55e5 + dce5be4 commit 91cb1df
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions appveyor.yml
@@ -1,6 +1,10 @@
# appveyor file
# http://www.appveyor.com/docs/appveyor-yml

branches:
only:
- master

init:
- git config --global core.autocrlf input

Expand Down

0 comments on commit 91cb1df

Please sign in to comment.