Skip to content

Commit

Permalink
only set CXX for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphtheninja committed Jan 27, 2018
1 parent f687798 commit 25353ce
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Expand Up @@ -7,10 +7,8 @@ addons:
- g++-4.9
- gcc-4.9

env:
global:
- CXX: g++-4.9
- CC: gcc-4.9
before_install:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then export CXX=g++-4.9; fi

matrix:
include:
Expand Down

0 comments on commit 25353ce

Please sign in to comment.