summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 0a81392f..54227982 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,7 +17,7 @@ install:
# Tests! (check that they parse, and keep going)
script:
# libstd
- - CC=gcc-6 make test TAIL_COUNT=2
+ - TARGET_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
# Tests