UNPKG

449 BYAMLView Raw
1sudo: false
2language: node_js
3cache:
4 directories:
5 - node_modules
6notifications:
7 email: false
8node_js:
9 - '5'
10 - '4'
11 - '0.12'
12before_install:
13 - npm i -g npm@^2.0.0
14before_script:
15 - npm prune
16after_success:
17 - 'curl -Lo travis_after_all.py https://git.io/travis_after_all'
18 - python travis_after_all.py
19 - 'export $(cat .to_export_back) &> /dev/null'
20 - npm run semantic-release
21branches:
22 except:
23 - "/^v\\d+\\.\\d+\\.\\d+$/"