Added C compiler for odd versions of node.js

See <https://github.com/laverdet/node-fibers/issues/333#issuecomment-282312238>
This commit is contained in:
orangemug 2017-04-04 18:29:15 +01:00
parent 5efd2caeb8
commit b1552248c3

View file

@ -21,3 +21,11 @@ script:
- npm run lint
- npm run lint-styles
- npm run test
env:
- CXX=g++-4.8
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8