projects
/
oweals
/
peertube.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da268a9
)
Fix travis
author
Chocobozzz
<florian.bigard@gmail.com>
Sun, 25 Dec 2016 09:48:00 +0000
(10:48 +0100)
committer
Chocobozzz
<florian.bigard@gmail.com>
Sun, 25 Dec 2016 09:48:00 +0000
(10:48 +0100)
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index 19fcd53c6ce42c66fd1117e26f746503e1cc874e..76efedd50d8c325f07211662f7a08c98db89f2ce 100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-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