I'm trying to get my application working w/ Travis CI but I keep getting: FATAL: role "skateparks" does not exist. Any ideas on what I could be doing wrong? I've followed their documentation.
FATAL: role "skateparks" does not exist
For the record, put something like this in your .travis.yml:
.travis.yml
before_script: - psql -c "CREATE USER skateparks WITH PASSWORD 'skateparks';" -U postgres
1.4m articles
1.4m replys
5 comments
57.0k users