Files
pgweb/.travis.yml
2015-01-10 10:30:14 -06:00

13 lines
100 B
YAML

language: go
go:
- 1.3
- 1.4
- tip
install:
- make setup
script:
- make build
- make test