From 4d6c9af51fb88fb26dd14a6fab20d99863a3433f Mon Sep 17 00:00:00 2001 From: John Hodge Date: Fri, 25 Nov 2016 15:46:33 +0800 Subject: Travis - Make sure parts of rustc compile --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 8247e76e..9919ed7b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,4 +21,5 @@ install: # Tests! (check that they parse, and keep going) script: - make test + - make output/librustc_typeck.hir output/librustc_mir.hir output/librustc_trans.hir # - make rust_tests-run-pass RUST_TESTS_FINAL_STAGE=expand -k -- cgit v1.2.3