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