Skip to content

Commit

Permalink
Other: Updated travis config to use C++11
Browse files Browse the repository at this point in the history
  • Loading branch information
dcodeIO committed Dec 21, 2016
1 parent bfee1cc commit 948ca2e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Expand Up @@ -6,6 +6,16 @@ node_js:
- 6
- 7

env:
- CXX=g++-4.8

addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8

script:
- npm test
- npm run bench
Expand Down

0 comments on commit 948ca2e

Please sign in to comment.