Skip to content

Commit

Permalink
Don't notify successfull builds
Browse files Browse the repository at this point in the history
  • Loading branch information
ALCC01 committed Jul 22, 2018
1 parent 09c984d commit 334efdb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,8 @@ script:
- cargo build --verbose --all
- cargo test --verbose --all
- ./tests/setup.sh
- ./tests/cli.sh
- ./tests/cli.sh

notifications:
email:
on_success: never

0 comments on commit 334efdb

Please sign in to comment.