Do not need npm install or run build

This commit is contained in:
Nathan Shively-Sanders 2019-03-07 07:23:39 -08:00
parent 6a5f2760b9
commit f95172ea59

View File

@ -8,8 +8,5 @@ notifications:
email: false
script:
- npm install
- npm run build
- npm run test
- if [[ $TRAVIS_EVENT_TYPE == "cron" ]]; then npm run update-codeowners || travis_terminate
1; fi
- if [[ $TRAVIS_EVENT_TYPE == "cron" ]]; then npm run update-codeowners || travis_terminate 1; fi