Project boilerplate from eunikitin/modern-package-boilerplate

This commit is contained in:
Michael Vines
2018-08-22 13:30:04 -07:00
parent a39df7ee5d
commit 7e109f22c2
18 changed files with 9738 additions and 0 deletions

12
web3.js/.travis.yml Normal file
View File

@@ -0,0 +1,12 @@
language: node_js
node_js:
- "lts/*"
- "node"
before_script: npm run lint
script: npm run test
after_success: npm run coveralls
branches:
only:
- master