unqlitego/.travis.yml
2014-03-05 09:00:11 +09:00

12 lines
92 B
YAML

language: go
go:
- 1.1
- 1.2
- tip
install:
- go install .
script:
- go test .