Skip to content

Commit

Permalink
Use the default C++ compiler for linux builds on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
maxbrunsfeld committed Oct 22, 2019
1 parent b719ee7 commit f6850cb
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,9 @@ node_js:
- 10
- 12

matrix:
include:
- os: osx
- os: linux
env:
- CXX=clang++
- CC=clang
addons:
apt:
packages:
- build-essential
- clang-3.3
os:
- osx
- linux

before_install:
- git submodule update --init --recursive
Expand Down

0 comments on commit f6850cb

Please sign in to comment.