Browse Source

Fix .appveyor.yml provider settings syntax

Camilla Löwy 8 years ago
parent
commit
d80d4be030
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .appveyor.yml

+ 2 - 2
.appveyor.yml

@@ -19,5 +19,5 @@ notifications:
     - provider: Email
       to:
         - [email protected]
-    - on_build_failure: true
-    - on_build_success: false
+      on_build_failure: true
+      on_build_success: false