Commit 376c10575d803bbcd6492463a6e8cf1030788cc5

Authored by Sergio Oliveira
1 parent 736471d5

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 13 - colab-init-config > settings.yaml
14 14 - sudo mkdir -p /etc/colab/
15 15 - sudo cp settings.yaml /etc/colab/
  16 + - psql -c "CREATE USER colab WITH PASSWORD 'colab' CREATEDB;" -U postgres
16 17  
17 18 #before_script:
18 19 # flake8 revproxy
... ...