Skip to content

Commit 3c84a5b

Browse files
committed
fix: adding ava
1 parent 9dcee68 commit 3c84a5b

File tree

5 files changed

+6456
-264
lines changed

5 files changed

+6456
-264
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
node_modules
22
npm-debug.log
3+
.nyc_output
4+
coverage

.travis.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
11
language: node_js
22
node_js:
33
- '6'
4+
install:
5+
- npm install -g codecov nyc
6+
- npm install
7+
8+
script:
9+
- npm run lint
10+
- npm test
11+
12+
after_success:
13+
- npm run report-coverage

0 commit comments

Comments
 (0)