deis / postgres

A PostgreSQL database used by Deis Workflow.
https://deis.com
MIT License
36 stars 22 forks source link

fix(.travis.yml): declare env vars on one line #189

Closed mboersma closed 7 years ago

mboersma commented 7 years ago

I noticed two jobs were being run for each postgres PR in Travis CI. Without this change, Travis CI expands the build matrix and sets one environment variable per build, which was not intended.