UNPKG

230 BYAMLView Raw
1language: node_js
2
3node_js:
4 - 10
5
6# Stop as soon as an error is trigerred
7matrix:
8 fast_finish: true
9
10# Caching node_modules folder for speed up build
11cache: npm
12
13before_install:
14 - sh preinstall.sh
15
16script:
17 - npm run build