Skip to content

Commit 971567c

Browse files
committed
fix: run server for integration test
1 parent f23cafb commit 971567c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ before_install:
2121
- yarn
2222

2323
before_script:
24-
- yarn server &
24+
- node ./tests/integration/mockServer.js &
2525

2626
script:
2727
- yarn test:unit

0 commit comments

Comments
 (0)