pgweb/.travis.yml
2014-12-10 23:48:20 -06:00

9 lines
73 B
YAML

language: go
go:
- 1.3
- 1.4
- tip
install: make setup
script: make dev