Skip to content

Commit

Permalink
AppVeyor: test on Visual Studio 2017
Browse files Browse the repository at this point in the history
This commit also drops testing on Visual Studio 2008-2012, as they seem
not to be supported by the AppVeyor image.
  • Loading branch information
aantron committed Nov 28, 2018
1 parent 882dd9c commit 2d2a6a5
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,14 @@ branches:
skip_tags : true
shallow_clone: true

os: Visual Studio 2015
os: Visual Studio 2017

environment:
matrix:
- TITLE: vc2017
COMPILER: Visual Studio 15 2017
- TITLE: vc2015
COMPILER: Visual Studio 14 2015
- TITLE: vc2008
COMPILER: Visual Studio 9 2008
- TITLE: vc2010
COMPILER: Visual Studio 10 2010
- TITLE: vc2012
COMPILER: Visual Studio 11 2012
- TITLE: vc2013
COMPILER: Visual Studio 12 2013

Expand Down

0 comments on commit 2d2a6a5

Please sign in to comment.