diff options
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
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 |