Преглед изворни кода

fix syntax error in travis file

Waldemar Brodkorb пре 7 година
родитељ
комит
968998a744
1 измењених фајлова са 7 додато и 4 уклоњено
  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