Skip to content

Commit

Permalink
Update comments in .travis.yml (microsoft#53)
Browse files Browse the repository at this point in the history
Fix compiler name in OS X. (AppleClang version is not LLVM version)
  • Loading branch information
fs-eire committed Aug 24, 2017
1 parent dbb07e6 commit 45a6b3f
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 @@ -36,7 +36,7 @@ matrix:
- g++-5
env:
- COMPILER_OVERRIDE="CXX=g++-5 CC=gcc-5"
# Node LTS (6.x) OS X (Yosemite) LLVM 6.1
# Node LTS (6.x) OS X (Yosemite) AppleClang 6.1
- os: osx
node_js: '6'
osx_image: xcode6.4
Expand All @@ -53,7 +53,7 @@ matrix:
- g++-6
env:
- COMPILER_OVERRIDE="CXX=g++-6 CC=gcc-6"
# Node LTS (8.x) OS X (El Capitan) LLVM 7.3
# Node LTS (8.x) OS X (El Capitan) AppleClang 7.3
- os: osx
node_js: '8'
osx_image: xcode7.3
Expand Down

0 comments on commit 45a6b3f

Please sign in to comment.