travis: disable email notifications

This commit is contained in:
Paul Lietar 2016-05-06 20:23:26 +01:00
parent ed14c3469b
commit b753f3b72c

View file

@ -29,3 +29,6 @@ script:
- if [[ $TRAVIS_RUST_VERSION == *"nightly"* ]]; then
cargo build --no-default-features;
fi
notifications:
email: false