Skip to content
This repository has been archived by the owner on Aug 29, 2024. It is now read-only.

Commit

Permalink
fix: travis-ci script command and api-key information
Browse files Browse the repository at this point in the history
  • Loading branch information
Thiago de Souza committed Jan 4, 2020
1 parent 4f6948f commit aaa2410
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,11 @@ cache:
install:
- yarn
script:
- yarn build
- yarn format
deploy:
skip_cleanup: true
provider: npm
email: $EMAIL
api_key:
secure: $API_KEY
api_key: $NPM_API_KEY
on:
tags: true
repo: neutronjs/neutron-cli

0 comments on commit aaa2410

Please sign in to comment.