about summary refs log tree commit diff
diff options
context:
space:
mode:
authorOliver Schneider <git-spam-no-reply9815368754983@oli-obk.de>2017-08-01 16:44:49 +0200
committerOliver Schneider <git-spam-no-reply9815368754983@oli-obk.de>2017-08-01 16:44:49 +0200
commitf19d77e0f1e1cdcccc5e45798ddb6c15f75f4b89 (patch)
treee25b4d4dea6a3dd4190d3cca6f4d5001d1d15861
parent79f38bf2cdc0dced9cd383b25ea2ed004829cd4f (diff)
downloadrust-f19d77e0f1e1cdcccc5e45798ddb6c15f75f4b89.tar.gz
rust-f19d77e0f1e1cdcccc5e45798ddb6c15f75f4b89.zip
Build the rustc_tests binary on travis
-rw-r--r--.travis.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index d9dd443d7ac..4856f1aad5e 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