system_assignation/node_modules/node-abi/.travis.yml

18 lines
253 B
YAML
Raw Normal View History

2022-03-24 09:22:39 -04:00
language: node_js
cache:
directories:
- ~/.npm
notifications:
email: false
node_js:
- '14'
- '12'
- '10'
- '9'
- '8'
after_success:
- npm run travis-deploy-once "npm run semantic-release"
branches:
except:
- /^v\d+\.\d+\.\d+$/