DefinitelyTyped/.travis.yml
2019-10-14 16:54:12 -07:00

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