Fix travis
This commit is contained in:
parent
da268a9758
commit
a25970cc20
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue