mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2024-11-10 12:26:35 +03:00
Fix travis
This commit is contained in:
parent
da268a9758
commit
a25970cc20
@ -36,7 +36,7 @@ before_script:
|
||||
- psql -c 'create database peertube_test4;' -U postgres
|
||||
- psql -c 'create database peertube_test5;' -U postgres
|
||||
- psql -c 'create database peertube_test6;' -U postgres
|
||||
- psql -c 'create user peertube with password \'peertube\';' -U postgres
|
||||
- psql -c "create user peertube with password 'peertube';" -U postgres
|
||||
|
||||
after_failure:
|
||||
- cat test1/logs/all-logs.log
|
||||
|
Loading…
Reference in New Issue
Block a user