Skip to content

Commit

Permalink
go back to not using the matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinRansom committed Dec 13, 2015
1 parent a74b2b8 commit 6bff0d3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
os: Visual Studio 2015

environment:
matrix:
- BUILD_PROFILE: net40,portable7,portable47,portable78,portable259,vs
- BUILD_PROFILE: cambridge_suite,smoke_only
- BUILD_PROFILE: qa_suite
#environment:
# matrix:
# - BUILD_PROFILE: net40,portable7,portable47,portable78,portable259,vs
# - BUILD_PROFILE: cambridge_suite,smoke_only
# - BUILD_PROFILE: qa_suite

init:
build_script:
- cmd: appveyor-build.cmd %BUILD_PROFILE%
- cmd: appveyor-build.cmd smoke

# scripts that run after cloning repository
install:
Expand Down

0 comments on commit 6bff0d3

Please sign in to comment.