diff --git a/.travis.yml b/.travis.yml index 9bd31bda14..e3d7a6fcc5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 \ No newline at end of file