Skip to content

Commit

Permalink
Chore: update travis.yml with dot reporter.
Browse files Browse the repository at this point in the history
- progress reporter seems to not work.
  • Loading branch information
mysticatea committed Nov 26, 2016
1 parent db8c7e9 commit 413a7d5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ node_js:
- "4"
- "5"
- "6"
- "7"
before_install:
- npm install -g npm@latest
script:
- npm test -- --reporter dot
after_success:
- npm run coveralls

0 comments on commit 413a7d5

Please sign in to comment.