mirror of
https://github.com/all-contributors/cli.git
synced 2025-01-09 21:46:29 +00:00
17 lines
218 B
YAML
17 lines
218 B
YAML
language: node_js
|
|
cache:
|
|
directories:
|
|
- node_modules
|
|
notifications:
|
|
email: false
|
|
node_js:
|
|
- '6'
|
|
- '5'
|
|
- '4'
|
|
script:
|
|
- npm test
|
|
after_success:
|
|
- npm run semantic-release
|
|
branches:
|
|
only:
|
|
- master
|