Skip to content
This repository was archived by the owner on Apr 30, 2018. It is now read-only.

Commit b0f0bc4

Browse files
author
Kent C. Dodds
committed
chore(build): Add scripts to travis
I guess I never really added scripts. We've been not reporting coverage for a while 😅
1 parent 9a35781 commit b0f0bc4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,10 @@ before_install:
1616
- "sh -e /etc/init.d/xvfb start"
1717
before_script:
1818
- npm prune
19+
script:
20+
- npm run code-checks
21+
- npm t
22+
- npm run check-coverage
1923
after_success:
24+
- npm run report-coverage
2025
- npm run semantic-release

0 commit comments

Comments
 (0)