Skip to content

Commit 7825c12

Browse files
committed
Fixed uvicorn start script
1 parent 4e1aeb1 commit 7825c12

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
@@ -16,7 +16,7 @@ install:
1616
before_script:
1717
- ipfs daemon --offline --init > /dev/null & disown
1818
- sleep 5
19-
- uvicorn app:app --log-level error > /dev/null & disown
19+
- uvicorn ipgit:app --log-level error > /dev/null & disown
2020
- sleep 5
2121
- make local
2222

0 commit comments

Comments
 (0)