Skip to content

Commit

Permalink
Travis coveralls setup
Browse files Browse the repository at this point in the history
  • Loading branch information
kamil.mysliwiec committed Feb 10, 2017
1 parent bb8dc1e commit c1c8787
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,6 @@ npm-debug.log
/quick-start

# tests
/test
/test
/coverage
/.nyc_output
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c1c8787

Please sign in to comment.