Skip to content

Commit

Permalink
chore(CI): Slightly clear up Travis script
Browse files Browse the repository at this point in the history
  • Loading branch information
lukastaegert committed May 27, 2017
1 parent 5a0e1e4 commit 8d69208
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ before_install:
before_script:
- npm prune
script:
- node build && 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 8d69208

Please sign in to comment.