diff options
author | John Hodge <tpg@mutabah.net> | 2019-02-24 21:41:38 +0800 |
---|---|---|
committer | John Hodge <tpg@mutabah.net> | 2019-02-24 21:41:38 +0800 |
commit | 3f44cece3931baccea9835b08bd5ad11aa59dab0 (patch) | |
tree | 09cfdf8fc4c948623da15b20cc18c183f63eea84 | |
parent | 5ecf83cb46c08532b541416b571effe0dfe2831a (diff) | |
download | mrust-3f44cece3931baccea9835b08bd5ad11aa59dab0.tar.gz |
Travis - Set compiler for generated code
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 864d973d..04d7ea11 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,7 @@ matrix: - os: linux before_install: - export CC=gcc-6 + - export CC-x86_64-linux-gnu=gcc-6 - export CXX=g++-6 addons: apt: |