Login
From:
danp.net
(Uncensored)
subscribe
Using postgression on Travis CI · Dan Peterson
https://danp.net/posts/postgression-on-travis-ci/
links
backlinks
Roast topics
Find topics
Find it!
At Heroku we use Travis CI to run project tests on push to GitHub. While Travis CI offers PostgreSQL in their environment, it’s version 9.1. A project I’m working on recently started using PostgreSQL 9.2’s JSON data type, which 9.1 does not have.