diff options
author | John Hodge <tpg@mutabah.net> | 2016-11-25 15:46:33 +0800 |
---|---|---|
committer | John Hodge <tpg@mutabah.net> | 2016-11-25 15:46:33 +0800 |
commit | 4d6c9af51fb88fb26dd14a6fab20d99863a3433f (patch) | |
tree | e0ee55fb7a0bec348693f9acdcffed9dc4be8e9f | |
parent | 167959d6fb7ff5b2dee029a1622e42860b1ef10a (diff) | |
download | mrust-4d6c9af51fb88fb26dd14a6fab20d99863a3433f.tar.gz |
Travis - Make sure parts of rustc compile
-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 |