Skip to content

Commit 9564047

Browse files
authored
feat(package): Adds Semantic Release, Greenkeeper, and NYC.
Merges PR #28
2 parents 1d33cf2 + ba2be1b commit 9564047

File tree

4 files changed

+4624
-205
lines changed

4 files changed

+4624
-205
lines changed

.DS_Store

-6 KB
Binary file not shown.

.travis.yml

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,24 @@
11
language: node_js
22
node_js: node
33
sudo: false
4+
5+
notifications:
6+
email: false
7+
8+
before_install:
9+
- npm install -g greenkeeper-lockfile@1
10+
11+
before_script:
12+
- greenkeeper-lockfile-update
13+
- npm prune
14+
415
script:
5-
- npm test
616
- npm run build
7-
- mkdir coverage
817
- npm run cover
9-
- npm run codecov
1018
- npm run lint
11-
- npm run duplication-limit
19+
- npm run duplication -- --limit=0.01
20+
21+
after_success:
22+
- npm prune --production
23+
- npm run semantic-release
24+
- greenkeeper-lockfile-upload

0 commit comments

Comments
 (0)