瀏覽代碼

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