UNPKG

367 BYAMLView Raw
1sudo: false
2language: node_js
3node_js:
4 - "8"
5cache:
6 directories:
7 - node_modules
8notifications:
9 email: false
10before_install:
11 - curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.6.0
12 - export PATH="$HOME/.yarn/bin:$PATH"
13install:
14 - yarn
15script:
16 - yarn lint
17after_success:
18 - yarn release
19branches:
20 except:
21 - /^v\d+\.\d+\.\d+$/