Skip to content
This repository was archived by the owner on Dec 7, 2022. It is now read-only.

Commit b5bc56f

Browse files
committed
Silent
1 parent c185cb2 commit b5bc56f

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
@@ -4,7 +4,7 @@ node_js:
44
- 6
55
before_script:
66
- 'yarn global add http-server'
7-
- 'http-server spec/schemas -p 8081 &'
7+
- 'http-server spec/schemas -s -p 8081 &'
88
script:
99
- 'yarn cover'
1010
- 'yarn cover:up'

0 commit comments

Comments
 (0)