mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-02-24 21:43:09 -06:00
Try setting the dist trusty to see if that helps with postgres
This commit is contained in:
parent
da48dfac51
commit
3698c4e7ca
17
.travis.yml
17
.travis.yml
|
|
@ -1,18 +1,23 @@
|
|||
language: go
|
||||
go:
|
||||
- 1.7
|
||||
|
||||
sudo: false
|
||||
|
||||
dist: trusty
|
||||
|
||||
addons:
|
||||
postgresql: "9.5"
|
||||
|
||||
services:
|
||||
- postgresql
|
||||
|
||||
install:
|
||||
- go get github.com/constabulary/gb/...
|
||||
- go get github.com/golang/lint/golint
|
||||
- go get github.com/fzipp/gocyclo
|
||||
- ./travis-install-kafka.sh
|
||||
|
||||
services:
|
||||
- postgresql
|
||||
|
||||
addons:
|
||||
postgresql: "9.5"
|
||||
|
||||
script:
|
||||
- ./travis-test.sh
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue