summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Hodge <tpg@mutabah.net>2017-01-11 22:16:29 +0800
committerJohn Hodge <tpg@mutabah.net>2017-01-11 22:16:29 +0800
commitd3c126974a5cc6c28d20f703e2cf9b52f0b0232d (patch)
treeb3a1987208b3c7eb46b9ef56da35579063a5f027
parent1ad1cf8233c1432daf3202507d1a0552bd02ccab (diff)
downloadmrust-d3c126974a5cc6c28d20f703e2cf9b52f0b0232d.tar.gz
Travis CI - Switch TARGET_CC back to CC
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 54227982..c202a276 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,8 +17,8 @@ install:
# Tests! (check that they parse, and keep going)
script:
# libstd
- - TARGET_CC=gcc-6 make test TAIL_COUNT=2
+ - CC=gcc-6 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
+ - 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