pgweb/.travis.yml
2015-03-04 09:06:48 -06:00

16 lines
133 B
YAML

language: go
addons:
postgresql: "9.3"
go:
- 1.4.1
- 1.4.2
- tip
install:
- make setup
script:
- make build
- make test