pgweb/.travis.yml
2014-10-30 16:46:14 -05:00

8 lines
67 B
YAML

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