mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
11 lines
189 B
YAML
11 lines
189 B
YAML
language: node_js
|
|
node_js:
|
|
- 10
|
|
|
|
notifications:
|
|
email: false
|
|
|
|
script:
|
|
- npm run test
|
|
- if [[ $TRAVIS_EVENT_TYPE == "cron" ]]; then npm run update-codeowners || travis_terminate 1; fi
|