Skip to content

Commit 413a7d5

Browse files
committed
Chore: update travis.yml with dot reporter.
- progress reporter seems to not work.
1 parent db8c7e9 commit 413a7d5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@ node_js:
66
- "4"
77
- "5"
88
- "6"
9+
- "7"
910
before_install:
1011
- npm install -g npm@latest
12+
script:
13+
- npm test -- --reporter dot
1114
after_success:
1215
- npm run coveralls

0 commit comments

Comments
 (0)