Explorar o código

turning off travis notifications

Stasik0 %!s(int64=11) %!d(string=hai) anos
pai
achega
52fe7177a1
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  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