pgweb/.travis.yml
2015-01-13 21:23:44 -06:00

16 lines
129 B
YAML

language: go
addons:
postgresql: "9.3"
go:
- 1.3
- 1.4
- tip
install:
- make setup
script:
- make build
- make test