UNPKG

350 BYAMLView Raw
1language: node_js
2cache:
3 directories:
4 - ~/.npm
5notifications:
6 email: false
7node_js:
8 - '9'
9 - '8'
10 - '6'
11 - '4'
12before_install:
13 - if [ "$TRAVIS_PULL_REQUEST_BRANCH" == "" ]; then echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" >> .npmrc; fi
14after_success:
15 - npm run semantic-release
16branches:
17 except:
18 - /^v\d+\.\d+\.\d+$/