codeforamerica / denver-schedules-api

An api for city events & schedules.
MIT License
7 stars 5 forks source link

Add db environment variables to travis #27

Closed boonrs closed 10 years ago

boonrs commented 10 years ago

The database variables are in the travis config, however they're failing to be read. https://travis-ci.org/codeforamerica/denver-schedules-api/builds/30509039

boonrs commented 10 years ago

The problem was using dashes. Travis doesn't allow dashes in environment variables. Once I switched to underscores, it was able to use the db env vars.