Skip to content

Commit

Permalink
*: add postgres 9.4 to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentin-M authored and jzelinskie committed Feb 24, 2016
1 parent 03d904c commit 1e1eb92
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,14 @@ install:
script:
- go test -v $(go list ./... | grep -v /vendor/)

services:
- postgresql

addons:
apt:
packages:
- rpm
postgresql: "9.4"

notifications:
email: false

0 comments on commit 1e1eb92

Please sign in to comment.