Improve code quality and write tests
This commit is contained in:
+14
@@ -0,0 +1,14 @@
|
||||
language: node_js
|
||||
|
||||
sudo: false
|
||||
|
||||
node_js:
|
||||
- '11'
|
||||
- '10'
|
||||
- '9'
|
||||
- '8'
|
||||
- '7'
|
||||
- '6'
|
||||
|
||||
after_success:
|
||||
- ./bin/codecov -e TRAVIS_NODE_VERSION -f coverage/*.json
|
||||
Reference in New Issue
Block a user