Skip to content

Commit

Permalink
Enable C++11 support for clang
Browse files Browse the repository at this point in the history
  • Loading branch information
Cong Liu committed Aug 22, 2015
1 parent 913d18f commit 38ede95
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ before_install:


install:
# build with clang
- export CXX="clang++"
# ensure source install works
- npm install --build-from-source
# test our module
Expand Down

0 comments on commit 38ede95

Please sign in to comment.