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

Commit 00f9121

Browse files
committed
Fixing CI
1 parent 8de65c4 commit 00f9121

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ node_js:
33
- 4
44
- 6
55
before_script:
6-
- 'cd spec/schemas && python -m SimpleHTTPServer 8081 &'
7-
- 'cd ../.. yarn cover'
6+
- 'python -m SimpleHTTPServer 8081 spec/schemas &'
7+
- 'yarn cover'
88
script:
99
- 'yarn cover:up'
1010
notifications:

0 commit comments

Comments
 (0)