1
0
mirror of https://github.com/astaxie/beego.git synced 2024-06-11 10:43:32 +00:00

Using a different PostgreSQL Version

This commit is contained in:
astaxie 2016-04-11 23:12:35 +08:00
parent 1cac38b664
commit 6da765c465

View File

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