Skip to content
This repository has been archived by the owner on Nov 18, 2020. It is now read-only.

Commit

Permalink
enhancing docs
Browse files Browse the repository at this point in the history
  • Loading branch information
GRECO, FRANK committed Jul 29, 2017
1 parent bf92c82 commit f0a9d7e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 23 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,10 @@ matrix:
env:
- TESTS=true
- COVERAGE=false
- NPM_PUBLISH=false
- node_js: 6
env:
- TESTS=true
- COVERAGE=true
- NPM_PUBLISH=true
deploy:
provider: npm
email: "fbgrecojr@me.com"
Expand All @@ -29,7 +27,6 @@ matrix:
env:
- TESTS=true
- COVERAGE=false
- NPM_PUBLISH=false

addons:
apt:
Expand All @@ -47,4 +44,3 @@ script:

after_success:
- if [ "$COVERAGE" == true ]; then cd ~/build/northwesternmutual/kanali-plugin-template && npm run coveralls; fi
# - if [ "$NPM_PUBLISH" == true ]; then cd ~/build/northwesternmutual/kanali-plugin-template && bash ./travis/npm-publish.sh; fi
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
# Quick Start

```sh
// TODO
$ npm install -g yo
$ npm install -g generator-kanali-plugin
$ yo kanali-plugin
```

# What Next?
Expand Down
18 changes: 0 additions & 18 deletions travis/npm-publish.sh

This file was deleted.

0 comments on commit f0a9d7e

Please sign in to comment.