summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Hodge <tpg@mutabah.net>2016-11-25 15:46:33 +0800
committerJohn Hodge <tpg@mutabah.net>2016-11-25 15:46:33 +0800
commit4d6c9af51fb88fb26dd14a6fab20d99863a3433f (patch)
treee0ee55fb7a0bec348693f9acdcffed9dc4be8e9f
parent167959d6fb7ff5b2dee029a1622e42860b1ef10a (diff)
downloadmrust-4d6c9af51fb88fb26dd14a6fab20d99863a3433f.tar.gz
Travis - Make sure parts of rustc compile
-rw-r--r--.travis.yml1
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