Skip to content

Commit 948ca2e

Browse files
committed
Other: Updated travis config to use C++11
1 parent bfee1cc commit 948ca2e

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.travis.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ node_js:
66
- 6
77
- 7
88

9+
env:
10+
- CXX=g++-4.8
11+
12+
addons:
13+
apt:
14+
sources:
15+
- ubuntu-toolchain-r-test
16+
packages:
17+
- g++-4.8
18+
919
script:
1020
- npm test
1121
- npm run bench

0 commit comments

Comments
 (0)