diff options
author | John Hodge <tpg@mutabah.net> | 2017-01-25 22:08:35 +0800 |
---|---|---|
committer | John Hodge <tpg@mutabah.net> | 2017-01-25 22:08:35 +0800 |
commit | e1ecb003fcc66eceb818c097c3b0e659d7067b0f (patch) | |
tree | 1704b9b4a3b59090d02017f9597280901272f27c | |
parent | eeae19a128b93a41e33ca59f82808bc779f2666b (diff) | |
download | mrust-e1ecb003fcc66eceb818c097c3b0e659d7067b0f.tar.gz |
TravisCI - No gdb, not needed anyway
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 258e921b..c202a276 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 DBGTPL=gdb + - CC=gcc-6 make output/librustc_driver.hir TAIL_COUNT=2 # Tests # - CC=gcc-6 make rust_tests-run-pass RUST_TESTS_FINAL_STAGE=expand -k |