Skip to content

Commit

Permalink
[misc] enable coveralls script
Browse files Browse the repository at this point in the history
  • Loading branch information
rusher committed Jul 16, 2018
1 parent 2925ec0 commit 2970495
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -99,5 +99,5 @@ script:
- if [ -n "$BENCH" ] ; then npm install microtime; fi
- if [ -n "$BENCH" ] ; then npm run benchmark; fi
after_success:
- if [ -n "$BENCH" ] npm i nyc -g
- if [ -n "$BENCH" ] npm run coveralls
- if [ -n "$BENCH" ] ; then npm i nyc -g; fi
- if [ -n "$BENCH" ] ; then npm run coveralls; fi

0 comments on commit 2970495

Please sign in to comment.