dotfiles/vscode/.vscode/extensions/randomfractalsinc.vscode-data-preview-2.3.0/node_modules/node-abi/.travis.yml
Errol Sancaktar ff17c17e23 vscode
2024-06-14 09:31:58 -06:00

20 lines
273 B
YAML

language: node_js
cache:
directories:
- ~/.npm
notifications:
email: false
node_js:
- '10'
- '9'
- '8'
- '6'
- '4'
- '0.12'
- '0.10'
after_success:
- npm run travis-deploy-once "npm run semantic-release"
branches:
except:
- /^v\d+\.\d+\.\d+$/