mirror of
https://github.com/maputnik/editor.git
synced 2026-01-20 20:30:01 +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-styles
|
||||
- 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