UNPKG

226 BYAMLView Raw
1sudo: false
2
3language: node_js
4
5env:
6 - CXX=g++-4.8
7
8addons:
9 apt:
10 sources:
11 - ubuntu-toolchain-r-test
12 packages:
13 - g++-4.8
14
15before_install:
16 - export JOBS=max
17
18node_js:
19 - '7'
20 - '6'
21 - '4'
22 - '0.12'