UNPKG

195 BYAMLView Raw
1language: node_js
2branches:
3 only:
4 - master
5
6node_js:
7 - "0.10.36"
8 - "4"
9 - "6"
10
11install:
12 - npm install
13 - npm run build
14
15matrix:
16 fast_finish: true
17
18# container-base
19sudo: false