diff options
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/appveyor.yml b/appveyor.yml index 7f1be2a..39842c7 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,11 +1,6 @@ version: '{build}' image: Visual Studio 2013 -branches: - only: - - master - - appveyor - #environment: # APPVEYOR_RDP_PASSWORD: 'FooBar01!' @@ -31,8 +26,7 @@ build_script: # Workers are 64-bit, can't load 32-bit drivers. for: -- - matrix: +- matrix: only: - platform: x64 |