Skip to content

Commit 72c0e74

Browse files
author
Dane Springmeyer
committed
add c++11 support
1 parent 8a3bdd0 commit 72c0e74

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ matrix:
2424
addons:
2525
apt:
2626
sources: [ 'ubuntu-toolchain-r-test','llvm-toolchain-precise-3.5', 'gcc-multilib', 'g++-multilib', 'libsqlite3-dev:i386' ]
27-
packages: [ 'clang-3.5']
27+
packages: [ 'clang-3.5', 'libstdc++-4.9-dev']
2828
- os: linux
2929
compiler: clang
3030
env: NODE_VERSION="9"

0 commit comments

Comments
 (0)