demand-progress icon indicating copy to clipboard operation
demand-progress copied to clipboard

Configure Travis CI to pass build

Open compostbrain opened this issue 7 years ago • 1 comments

Currently build is failing. My sense is that this is a config issue.

compostbrain avatar Jun 27 '18 01:06 compostbrain

I'm pretty sure that this is because environment variables set up in the repo settings aren't available to forks and the Postgres user and password environment variables need to be accessible to PRs from forks. I don't have access to the repo settings, so I can't see what they are set to, but here is how you can do it: https://docs.travis-ci.com/user/environment-variables#Defining-public-variables-in-.travis.yml

crawfoal avatar Jun 29 '18 16:06 crawfoal