Merge pull request #9 from poanetwork/ci

Added .travis.yml
This commit is contained in:
Victor Baranov 2018-10-29 15:28:45 +03:00 committed by GitHub
commit 7334df922b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

9
.travis.yml Normal file
View File

@ -0,0 +1,9 @@
language: node_js
node_js:
- "8"
cache:
directories:
- node_modules
script:
- npm run lint && npm run test && npm run coveralls