mirror of
https://github.com/iv-org/invidious.git
synced 2025-08-05 12:18:30 +00:00
Use docker-compose up -d to fix Travis build error
This commit is contained in:
parent
4d96670cd6
commit
5c5429d048
@ -27,7 +27,7 @@ jobs:
|
||||
install:
|
||||
- docker-compose build
|
||||
script:
|
||||
- docker-compose up
|
||||
- docker-compose up -d
|
||||
- sleep 15 # Wait for cluster to become ready, TODO: do not sleep
|
||||
- HEADERS="$(curl -I -s http://localhost:3000/)"
|
||||
- STATUS="$(echo $HEADERS | head -n1)"
|
||||
|
Loading…
Reference in New Issue
Block a user