try running against postgres 9.3 for #4672

This commit is contained in:
octicon-git-branch(16/)
octicon-tag(16/)
Carsten Brandt
2014-08-12 13:00:32 +02:00
gitea-unlock(16/)
parent 9d4e3612e0
commit dd225fb628

4
.travis.yml
View File

@@ -21,6 +21,10 @@ services:
- elasticsearch - elasticsearch
- mongodb - mongodb
# try running against postgres 9.3
addons:
postgresql: "9.3"
install: install:
- composer self-update && composer --version - composer self-update && composer --version
# core framework: # core framework: