Parcourir la source

turning off travis notifications

Stasik0 il y a 11 ans
Parent
commit
52fe7177a1
1 fichiers modifiés avec 3 ajouts et 1 suppressions
  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