diff options
author | John Hodge <tpg@mutabah.net> | 2017-01-02 15:49:39 +0800 |
---|---|---|
committer | John Hodge <tpg@mutabah.net> | 2017-01-02 15:49:39 +0800 |
commit | c63eef04ac9e99abdf16c93d5824d770ccc178fb (patch) | |
tree | 07e65c3576647077e25ae79c7b42d0a61f2d88b8 | |
parent | 98a1aba203dcf9a4ca65dc25a399131d1a04b31c (diff) | |
download | mrust-c63eef04ac9e99abdf16c93d5824d770ccc178fb.tar.gz |
Travis CI - Set gcc-6 for compiling output
-rw-r--r-- | .travis.yml | 2 |
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 |