Skip to content

Commit

Permalink
chore(coverage): Add build script to coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
lukastaegert committed May 27, 2017
1 parent 147c4f4 commit 5f886d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ before_install:
before_script:
- npm prune
script:
- istanbul cover ./node_modules/.bin/_mocha --report lcovonly -- -R spec
- node build && istanbul cover ./node_modules/.bin/_mocha --report lcovonly -- -R spec
- codecov
after_success:
- 'curl -Lo travis_after_all.py https://git.io/travis_after_all'
Expand Down

0 comments on commit 5f886d5

Please sign in to comment.