mirror of
https://github.com/maputnik/editor.git
synced 2026-08-24 14:07:33 +00:00
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:
@@ -21,3 +21,11 @@ script:
|
|||||||
- npm run lint
|
- npm run lint
|
||||||
- npm run lint-styles
|
- npm run lint-styles
|
||||||
- npm run test
|
- npm run test
|
||||||
|
env:
|
||||||
|
- CXX=g++-4.8
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
sources:
|
||||||
|
- ubuntu-toolchain-r-test
|
||||||
|
packages:
|
||||||
|
- g++-4.8
|
||||||
|
|||||||
Reference in New Issue
Block a user