0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-09-18 17:08:54 +02:00
dendrite/.travis.yml

35 lines
414 B
YAML
Raw Normal View History

2017-02-10 11:54:07 +01:00
language: go
go:
2017-12-12 11:25:24 +01:00
- 1.8.x
- 1.9.x
env:
- TEST_SUITE="lint"
- TEST_SUITE="unit-test"
- TEST_SUITE="integ-test"
sudo: false
# Use trusty for postgres 9.5 support
dist: trusty
addons:
postgresql: "9.5"
services:
- postgresql
cache:
directories:
- .downloads
2017-02-10 11:54:07 +01:00
install:
- go get github.com/constabulary/gb/...
2017-02-20 18:13:59 +01:00
script:
- ./scripts/travis-test.sh
2017-02-10 11:54:07 +01:00
# we only need the latest git commit
git:
depth: 1