From f19d77e0f1e1cdcccc5e45798ddb6c15f75f4b89 Mon Sep 17 00:00:00 2001 From: Oliver Schneider Date: Tue, 1 Aug 2017 16:44:49 +0200 Subject: [PATCH] Build the rustc_tests binary on travis --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index d9dd443d7ac1..4856f1aad5e8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,6 +27,11 @@ script: - | # and run all tests with full mir MIRI_SYSROOT=~/.xargo/HOST cargo test +- | + # test that the rustc_tests binary compiles + cd rustc_tests && + cargo build && + cd .. notifications: email: on_success: never