AdventureLookup / adventurelookup-backend

Platform, Framework, Database software
GNU General Public License v3.0
28 stars 7 forks source link

Configure Travis-CI #7

Closed probably-not-a-cat closed 8 years ago

probably-not-a-cat commented 8 years ago
probably-not-a-cat commented 8 years ago

Forgot to add this here from yesterday's PR

I was able to test part of the docker-compse build

docker-compose -f docker-compose.yml up -d 

I had to leave out -f dev.yml because it complained that port 5432 was in use. See this for more detail

probably-not-a-cat commented 8 years ago

I was able to get compose to work with -f dev.yml in travis by binding postgres to port 5433. Is this an awful idea or is that fine? This is the change.