Skip to content

Commit

Permalink
Merge pull request #132 from edx/adzuci/devops-9273-add-credentials-t…
Browse files Browse the repository at this point in the history
…ake-two

Add NPM token Take 2.
  • Loading branch information
adzuci authored Sep 16, 2019
2 parents 94fa89e + 5bac1b9 commit 9f3f22e
Showing 1 changed file with 12 additions and 16 deletions.
28 changes: 12 additions & 16 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9f3f22e

Please sign in to comment.