Quellcode durchsuchen

Disable email notifications in Travis.

Viral B. Shah vor 10 Jahren
Ursprung
Commit
79affe971d
1 geänderte Dateien mit 2 neuen und 0 gelöschten Zeilen
  1. 2 0
      .travis.yml

+ 2 - 0
.travis.yml

@@ -3,3 +3,5 @@ script: ./.travis.sh
 env:
 - TARGET=host
 - TARGET=arm32
+notifications:
+  email: false