Skip to content

Commit

Permalink
export CC to hopefully get CC-rs to recognize that and use gcc7
Browse files Browse the repository at this point in the history
  • Loading branch information
seritools committed Sep 12, 2018
1 parent aa58ffa commit 43a360a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ addons:
- g++-7
env:
global:
- CC_EVAL="CC=gcc-7 && CXX=g++-7"
- LIBCLANG_PATH=/usr/local/clang-5.0.0/lib
- CRATE_NAME=devilution-comparer

Expand All @@ -19,7 +18,8 @@ matrix:

before_install:
- set -e
- eval "${CC_EVAL}"
- export CC=gcc-7
- export CXX=g++-7
- rustup self update

install:
Expand Down

0 comments on commit 43a360a

Please sign in to comment.