diff options
| -rw-r--r-- | .travis.yml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml index f141ee6..2c687a7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,5 @@ language: cpp sudo: false # docker VM -branches: - only: - - travis matrix: include: - os: linux @@ -79,4 +76,8 @@ after_script: # JACK: Jack server not running # - tests/midiprobe notifications: - email: false + email: + recipients: + - radarsat1@gmail.com + on_success: never + on_failure: change |
