Merge pull request #1254 from ethereum/appveyor

AppVeyor: build only pushes to master and develop branch
This commit is contained in:
Paweł Bylica 2016-10-20 17:04:04 +02:00 committed by GitHub
commit 008c4111d7

View File

@ -27,6 +27,10 @@
# (c) 2016 cpp-ethereum contributors. # (c) 2016 cpp-ethereum contributors.
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
branches:
only:
- master
- develop
os: Visual Studio 2015 os: Visual Studio 2015
configuration: configuration:
- RelWithDebInfo - RelWithDebInfo