UNPKG

277 BYAMLView Raw
1sudo: required
2dist: trusty
3os:
4 - linux
5 - osx
6cache:
7 directories:
8 - node_modules
9notifications:
10 email: false
11language: node_js
12node_js:
13 - 7
14 - 6
15 - 4
16install:
17 - npm install
18branches:
19 only:
20 - master
21before_script:
22 - npm prune
23script:
24 - npm run build