Project boilerplate from eunikitin/modern-package-boilerplate
This commit is contained in:
12
web3.js/.travis.yml
Normal file
12
web3.js/.travis.yml
Normal 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
|
Reference in New Issue
Block a user