summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Hodge <tpg@mutabah.net>2017-02-03 23:31:57 +0800
committerJohn Hodge <tpg@mutabah.net>2017-02-03 23:31:57 +0800
commitf304a077e086ea4bd3896d67287716d6cb1a70e3 (patch)
treebfa74ef45f6f8f6f3fa4e86cbe47a1c36599b7fd
parenta24aed5ce2b738c7fe834570cd9432cf5af57d75 (diff)
downloadmrust-f304a077e086ea4bd3896d67287716d6cb1a70e3.tar.gz
Travis CI - Increase tail lines to track ICE
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index c202a276..0ebd73ca 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -19,6 +19,6 @@ script:
# libstd
- CC=gcc-6 make test TAIL_COUNT=2
# rustc (not the actual binary, because that doesn't emit a file yet)
- - CC=gcc-6 make output/librustc_driver.hir TAIL_COUNT=2
+ - CC=gcc-6 make output/librustc_driver.hir TAIL_COUNT=15
# Tests
# - CC=gcc-6 make rust_tests-run-pass RUST_TESTS_FINAL_STAGE=expand -k