From c63eef04ac9e99abdf16c93d5824d770ccc178fb Mon Sep 17 00:00:00 2001 From: John Hodge Date: Mon, 2 Jan 2017 15:49:39 +0800 Subject: Travis CI - Set gcc-6 for compiling output --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3