From f95172ea59b77244102f2f5a3ad450346f8a4dae Mon Sep 17 00:00:00 2001 From: Nathan Shively-Sanders <293473+sandersn@users.noreply.github.com> Date: Thu, 7 Mar 2019 07:23:39 -0800 Subject: [PATCH] Do not need npm install or run build --- .travis.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 30cde88e5d..e3d7a6fcc5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 \ No newline at end of file + - if [[ $TRAVIS_EVENT_TYPE == "cron" ]]; then npm run update-codeowners || travis_terminate 1; fi \ No newline at end of file