UNPKG

199 BYAMLView Raw
1sudo: required
2language: node_js
3node_js:
4 - "7"
5before_install:
6 - npm install -g webpack node-gyp
7addons:
8 apt:
9 sources:
10 - ubuntu-toolchain-r-test
11 packages:
12 - g++-5
13 - gcc-4.8
\No newline at end of file