summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Hodge <tpg@mutabah.net>2017-01-25 22:08:35 +0800
committerJohn Hodge <tpg@mutabah.net>2017-01-25 22:08:35 +0800
commite1ecb003fcc66eceb818c097c3b0e659d7067b0f (patch)
tree1704b9b4a3b59090d02017f9597280901272f27c
parenteeae19a128b93a41e33ca59f82808bc779f2666b (diff)
downloadmrust-e1ecb003fcc66eceb818c097c3b0e659d7067b0f.tar.gz
TravisCI - No gdb, not needed anyway
-rw-r--r--.travis.yml2
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