summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Hodge <tpg@mutabah.net>2016-12-04 21:02:17 +0800
committerJohn Hodge <tpg@mutabah.net>2016-12-04 21:02:17 +0800
commit1b521c69b29dff3144ec6324ffc6de04c32be8b5 (patch)
tree9bc111db8fa1e07a59ea9acad62b6a6700d28a07
parent44cb8f56e6f2828b588408a9efd1f1fa019ab11c (diff)
downloadmrust-1b521c69b29dff3144ec6324ffc6de04c32be8b5.tar.gz
Travis CI - Switch back to a full test
-rw-r--r--.travis.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 4e9100e0..5289959d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,8 +17,7 @@ install:
# Tests! (check that they parse, and keep going)
script:
# libstd
- - make rustc-nightly/
- - make output/libstd.hir TAIL_COUNT=2
+ - make test TAIL_COUNT=2
# rustc (not the actual binary, because that doesn't emit a file yet)
- make output/librustc_driver.hir TAIL_COUNT=2
# Tests