Using a different PostgreSQL Version

This commit is contained in:
astaxie 2016-04-11 23:12:35 +08:00
parent 1cac38b664
commit 6da765c465
1 changed files with 2 additions and 0 deletions

View File

@ -45,3 +45,5 @@ after_script:
- rm -rf ./res/var/*
script:
- go test -v ./...
addons:
postgresql: "9.4"