Skip to content

Commit

Permalink
Merge pull request #83 from sass/feature/opt-for-cpp11-compiler-CI
Browse files Browse the repository at this point in the history
Use C++11 compiler to fix TravisCI warning
  • Loading branch information
am11 authored Nov 8, 2016
2 parents f724384 + 9df0b97 commit 39be9e9
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
language: node_js
node_js:
- '0.10'
- '0.12'
- '5'
- '0.10'
- '0.12'
- '5'
env:
- CXX=g++-4.8
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
deploy:
provider: npm
email:
Expand Down

0 comments on commit 39be9e9

Please sign in to comment.