Commit 376c10575d803bbcd6492463a6e8cf1030788cc5
1 parent
736471d5
Exists in
master
and in
39 other branches
Added option to createdb
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
.travis.yml
@@ -13,6 +13,7 @@ install: | @@ -13,6 +13,7 @@ install: | ||
13 | - colab-init-config > settings.yaml | 13 | - colab-init-config > settings.yaml |
14 | - sudo mkdir -p /etc/colab/ | 14 | - sudo mkdir -p /etc/colab/ |
15 | - sudo cp settings.yaml /etc/colab/ | 15 | - sudo cp settings.yaml /etc/colab/ |
16 | + - psql -c "CREATE USER colab WITH PASSWORD 'colab' CREATEDB;" -U postgres | ||
16 | 17 | ||
17 | #before_script: | 18 | #before_script: |
18 | # flake8 revproxy | 19 | # flake8 revproxy |