문제

I'm trying to get my application working w/ Travis CI but I keep getting: FATAL: database "skateparks_test" does not exist. I've followed the instructions on their website for PostgreSQL but can't seem to get it to work. If you would like to take a look at my .travis.yaml file you can do so at:

https://github.com/kyledecot/skateparks-web/blob/master/.travis.yaml

도움이 되었습니까?

해결책

I think the file extension should be .yml, not .yaml, as in .travis.yml

다른 팁

yea looks like the yml file is doing the database creation, and if the file was named wrong, you won't get the database creation.

I have no idea what travis-ci is but it shouldn't be any harder for you to just create a database manually without the yml file. Just go into a postgres shell.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top