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

Commit a12063b

Browse files
author
Kent C. Dodds
committed
chore(build): Add log-level to debug build
1 parent 47cb966 commit a12063b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ before_install:
1717
before_script:
1818
- npm prune
1919
script:
20-
- npm run test:ci
20+
- npm run test:ci -- --log-level debug
2121
- npm run check-coverage
2222
after_success:
2323
- npm run report-coverage

0 commit comments

Comments
 (0)