mirror of
https://github.com/tenrok/vue2-datepicker.git
synced 2026-06-08 18:52:27 +03:00
8 lines
109 B
YAML
8 lines
109 B
YAML
language: node_js
|
|
node_js: 10.16.3
|
|
script: 'npm test'
|
|
after_script: npm run cov
|
|
branches:
|
|
only:
|
|
- master
|