Browse Source

Travis: turn off email notifications.

Believe me Travis, I notice...

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
ppa-0.6.1
Rusty Russell 7 years ago
parent
commit
8fdf334168
  1. 3
      .travis.yml

3
.travis.yml

@ -2,6 +2,9 @@ language: c
dist: trusty dist: trusty
sudo: true sudo: true
notifications:
email: false
env: env:
- NO_VALGRIND=1 ARCH=32 DEVELOPER=1 - NO_VALGRIND=1 ARCH=32 DEVELOPER=1
- NO_VALGRIND=1 ARCH=64 DEVELOPER=1 - NO_VALGRIND=1 ARCH=64 DEVELOPER=1

Loading…
Cancel
Save