diff --git a/.travis.yml b/.travis.yml index 03e38f4e0c1..29d287bfb48 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,6 +16,11 @@ before_script: script: - make tidy +# Real testing happens on http://buildbot.rust-lang.org/ +# +# See https://github.com/rust-lang/rust-buildbot +# CONTRIBUTING.md#pull-requests + notifications: email: false