From 39d78b9805d90aa98600c4cbf7e678ca6590abd0 Mon Sep 17 00:00:00 2001
From: Ralph Giles <giles@thaumas.net>
Date: Wed, 13 Jul 2016 22:23:58 -0700
Subject: [PATCH] Trim appveyor config.

---
 appveyor.yml | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/appveyor.yml b/appveyor.yml
index 60035bcc5..d041fc60a 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -1,9 +1,3 @@
-version: 1.0.{build}
-branches:
-  only:
-  - master
-  - appveyor
-
 image: Visual Studio 2015
 configuration:
 - Debug
@@ -26,4 +20,4 @@ test_script:
 
     %APPVEYOR_BUILD_FOLDER%\win32\VS2015\%PLATFORM%\%CONFIGURATION%\test_opus_decode.exe
 
-    %APPVEYOR_BUILD_FOLDER%\win32\VS2015\%PLATFORM%\%CONFIGURATION%\test_opus_encode.exe
\ No newline at end of file
+    %APPVEYOR_BUILD_FOLDER%\win32\VS2015\%PLATFORM%\%CONFIGURATION%\test_opus_encode.exe
-- 
GitLab