UNPKG

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