mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-11 12:40:15 +00:00
Merge pull request #33674 from DefinitelyTyped/add-codeowner-to-build
Try to add conditional update-codeowners to travis
This commit is contained in:
@@ -6,3 +6,7 @@ sudo: false
|
||||
|
||||
notifications:
|
||||
email: false
|
||||
|
||||
script:
|
||||
- npm run test
|
||||
- if [[ $TRAVIS_EVENT_TYPE == "cron" ]]; then npm run update-codeowners || travis_terminate 1; fi
|
||||
Reference in New Issue
Block a user