Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yeojz committed Mar 2, 2017
1 parent afcb8e4 commit 9b64766
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ This starter kit is configured to **auto publish to npm** when you tag a build a

### Circle CI

You will still need to provide `NPM_PASS`, `NPM_USER`, `NPM_EMAIL` as environment variables (Documentation)[https://circleci.com/docs/1.0/environment-variables/#setting-environment-variables-for-all-commands-using-circleyml]
You will still need to provide `NPM_PASS`, `NPM_USER`, `NPM_EMAIL` as environment variables - [Documentation](https://circleci.com/docs/1.0/environment-variables/#setting-environment-variables-for-all-commands-using-circleyml)

You will also need to replace `<your username>` under `release` section in `circle.yml` to your npm username.

### Travis CI

You will need to provide your `NPM_EMAIL` and `NPM_API_KEY` as a Travis environment variables ([Documentation](https://docs.travis-ci.com/user/deployment/npm/))
You will need to provide your `NPM_EMAIL` and `NPM_API_KEY` as a Travis environment variables - [Documentation](https://docs.travis-ci.com/user/deployment/npm/)


## Coverage
Expand Down

0 comments on commit 9b64766

Please sign in to comment.