Travis: Set CXX to clang++, not clang

This commit is contained in:
Max Brunsfeld 2019-02-19 11:39:31 -08:00
parent aa01fdb9a9
commit 33aa996cbf
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ sudo: false
node_js: node
env:
- CXX=clang
- CXX=clang++
branches:
only: