Travis coveralls setup

This commit is contained in:
kamil.mysliwiec
2017-02-10 19:49:25 +01:00
parent bb8dc1ef74
commit c1c8787f7e
2 changed files with 5 additions and 2 deletions

4
.gitignore vendored
View File

@@ -12,4 +12,6 @@ npm-debug.log
/quick-start
# tests
/test
/test
/coverage
/.nyc_output

View File

@@ -8,4 +8,5 @@ before_script:
- sh -e /etc/init.d/xvfb start
script:
- npm test
- npm run build
- npm run build
after_success: npm run coverage