瀏覽代碼

turning off travis notifications

Stasik0 11 年之前
父節點
當前提交
52fe7177a1
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      .travis.yml

+ 3 - 1
.travis.yml

@@ -1,4 +1,6 @@
 language: c
+notifications:
+  email: false
 before_install:
  - sudo apt-get update -qq
  - sudo apt-get install -qq build-essential subversion git autoconf libtool texinfo
@@ -7,7 +9,7 @@ before_install:
  - autoreconf --install
  - ./configure
  - make
- - sudo make install -qq
+ - sudo make install
  - sudo ldconfig -qq
  - cd ..
 script: ./autogen.sh && ./configure && make && make check