Skip to content

Commit e066f34

Browse files
authoredOct 10, 2017
test: refactor (#299)
1 parent aaf1672 commit e066f34

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+593
-4822
lines changed
 

‎.npmrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
package-lock=false

‎.travis.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
cache:
2-
directories:
3-
- node_modules
4-
51
language: node_js
2+
63
node_js:
74
- "node"
85
- 6
9-
- 4
6+
7+
after_success:
8+
- npm i coveralls
9+
- cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
1010

1111
notifications:
1212
email: false

0 commit comments

Comments
 (0)
Please sign in to comment.