Browse Source

fix syntax error in travis file

Waldemar Brodkorb 7 years ago
parent
commit
968998a744
1 changed files with 7 additions and 4 deletions
  1. 7 4
      .travis.yml

+ 7 - 4
.travis.yml

@@ -1,9 +1,12 @@
 language: c
-notifications:                                                                                                          email:                                                                                                                   recipients:                                                                                                              - wbx@openadk.org
-       on_success: always
-       on_failure: always
+notifications:
+  email:
+    recipients:
+      - wbx@openadk.org
+    on_success: always
+    on_failure: always
 git:
-  depth: 3
+  depth: 2
 matrix:
   include:
   - env: ARCH=arm SYSTEM=beaglebone-black