Skip to content

Commit

Permalink
Only build stable/master in appveyor
Browse files Browse the repository at this point in the history
Due to the new 2.0 branch that is going to be a moving target for a while.
  • Loading branch information
par.dahlman committed Oct 19, 2016
1 parent 643629b commit 0bbbc10
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .build/appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ version: '{build}'
skip_tags: true
image: Visual Studio 2015
configuration: Release
branches:
only:
- master
- stable

build_script:
- ps: ./.build/Install-Environment.ps1
Expand Down

0 comments on commit 0bbbc10

Please sign in to comment.