diff options
author | John Hodge <tpg@mutabah.net> | 2017-02-03 23:31:57 +0800 |
---|---|---|
committer | John Hodge <tpg@mutabah.net> | 2017-02-03 23:31:57 +0800 |
commit | f304a077e086ea4bd3896d67287716d6cb1a70e3 (patch) | |
tree | bfa74ef45f6f8f6f3fa4e86cbe47a1c36599b7fd | |
parent | a24aed5ce2b738c7fe834570cd9432cf5af57d75 (diff) | |
download | mrust-f304a077e086ea4bd3896d67287716d6cb1a70e3.tar.gz |
Travis CI - Increase tail lines to track ICE
-rw-r--r-- | .travis.yml | 2 |
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 |