Merge pull request #33674 from DefinitelyTyped/add-codeowner-to-build

Try to add conditional update-codeowners to travis
This commit is contained in:
Nathan Shively-Sanders
2019-03-07 07:40:01 -08:00
committed by GitHub

View File

@@ -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