From 5bac1b9f766c526b7de28d5b7d1e4466f136d53a Mon Sep 17 00:00:00 2001 From: Adam Blackwell Date: Mon, 16 Sep 2019 11:54:13 -0400 Subject: [PATCH] fix travis configuation. --- .travis.yml | 28 ++++++++++++---------------- 1 file changed, 12 insertions(+), 16 deletions(-) diff --git a/.travis.yml b/.travis.yml index 954d6ef9..3b311fb8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,22 +7,18 @@ notifications: node_js: - '8' before_install: -- npm install -g npm@5 -- npm install -g greenkeeper-lockfile@1 -jobs: - include: - - stage: test - script: - - npm run lint - - npm run test - - npm run compile-prod - - npm run is-es5 - before_script: greenkeeper-lockfile-update - after_script: greenkeeper-lockfile-upload - - stage: gh-pages - if: branch = master - script: - - npm run deploy-storybook-ci +- npm install -g npm@latest +install: +- npm install +script: +- npm run lint +- npm run test +- npm run compile-prod +- npm run is-es5 +after_success: +- npm run semantic-release +- npm run deploy-storybook-ci +- codecov deploy: api_key: # NPM_TOKEN