Added support for travis upload test coverage to coveralls.

This commit is contained in:
2018-03-22 15:09:59 +01:00
parent 721826d454
commit 64bd9d1e14
2 changed files with 5 additions and 1 deletions

View File

@@ -3,7 +3,8 @@ node_js: '8.7.0'
git:
submodules: true
script:
yarn test
- yarn test
- yarn doc
before_install:
- cd seasoned_api
before_script: yarn