From 22e1884ad4d98f12ecd68f5d8b87d97748a8a84a Mon Sep 17 00:00:00 2001 From: Josh Johnson Date: Tue, 12 Feb 2019 18:37:59 +0000 Subject: [PATCH] Remove building for publish stage --- .travis.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0ba7d34..e9db800 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,10 +18,6 @@ jobs: - stage: Running tests script: npm run test - - stage: Building for publish - if: branch = master - script: npm run build && npm run bump-cache - - stage: Publishing to NPM if: branch = master script: echo "Publishing to NPM..."