Merge pull request #558 from wilzbach/appveyor

Disable nightly + beta builds for AppVeyor
merged-on-behalf-of: Sebastian Wilzbach <sebi.wilzbach@gmail.com>
This commit is contained in:
The Dlang Bot 2018-02-05 10:42:03 +01:00 committed by GitHub
commit 3f32aef64a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 9 deletions

View File

@ -1,12 +1,12 @@
platform: x64 platform: x64
environment: environment:
matrix: matrix:
- DC: dmd #- DC: dmd
DVersion: beta #DVersion: beta
arch: x64 #arch: x64
- DC: dmd #- DC: dmd
DVersion: beta #DVersion: beta
arch: x86 #arch: x86
- DC: dmd - DC: dmd
DVersion: stable DVersion: stable
arch: x64 arch: x64
@ -16,9 +16,9 @@ environment:
#- DC: ldc #- DC: ldc
#DVersion: beta #DVersion: beta
#arch: x86 #arch: x86
- DC: ldc #- DC: ldc
DVersion: beta #DVersion: beta
arch: x64 #arch: x64
#- DC: ldc #- DC: ldc
#DVersion: stable #DVersion: stable
#arch: x86 #arch: x86