mirror of
https://github.com/scratchfoundation/scratch-parser.git
synced 2025-08-28 22:18:45 -04:00
20 lines
295 B
YAML
20 lines
295 B
YAML
sudo: false
|
|
language: node_js
|
|
cache:
|
|
directories:
|
|
- node_modules
|
|
- ~/.npm
|
|
notifications:
|
|
email: false
|
|
node_js:
|
|
- 'node'
|
|
before_script:
|
|
- npm prune
|
|
script:
|
|
- commitlint-travis
|
|
- npm test
|
|
after_success:
|
|
- npm run semantic-release
|
|
branches:
|
|
except:
|
|
- /^v\d+\.\d+\.\d+$/
|