Skip to content
This repository was archived by the owner on Jan 26, 2021. It is now read-only.

Commit 2962afb

Browse files
committed
created user vmsadmin to remove error in travis
1 parent 3ad2b1d commit 2962afb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ services: postgresql
55
install:
66
- pip install -r requirements.txt
77
before_script:
8+
- psql -c "create role vmsadmin with createrole createdb login password '0xdeadbeef';" -U postgres
89
- psql -c "CREATE DATABASE vms;" -U postgres
910
- "export DISPLAY=:99.0"
1011
- "sh -e /etc/init.d/xvfb start"

0 commit comments

Comments
 (0)