UNPKG

284 BYAMLView Raw
1language: node_js
2
3node_js:
4 - "7.0"
5 - "6.9"
6 - "4.6"
7 - "0.12"
8 - "0.10"
9
10install:
11- CXX="g++-4.8" CC="gcc-4.8" npm install
12
13# thanks to http://stackoverflow.com/a/30925448/1283667:
14addons:
15 apt:
16 sources:
17 - ubuntu-toolchain-r-test
18 packages:
19 - gcc-4.8
20 - g++-4.8