Fix travis

pull/30/head
Chocobozzz 2016-12-25 10:48:00 +01:00
parent da268a9758
commit a25970cc20
1 changed files with 1 additions and 1 deletions

View File

@ -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