From 512b105b15f247bc693eefbc64d26d654fd44796 Mon Sep 17 00:00:00 2001 From: Matthew Astley Date: Thu, 11 Jun 2015 10:26:19 +0100 Subject: [PATCH] point to buildbot Since 7b6ecc00 --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) 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