Ensuring a user exists for the postgres tests

This commit is contained in:
kevgliss 2015-07-23 09:24:17 -07:00
parent c02390d63b
commit fe136a89d4
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ env:
install:
- make develop dev-postgres
before_script:
- psql -c 'create database lemur;' -U postgres
- psql -c 'create database lemur; create user lemur with password 'lemur;' -U postgres
- npm install -g bower
script:
- make lint