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

13 lines
130 B
YAML

language: go
go:
- 1.1
- 1.2
- tip
install:
- go get github.com/r7kamura/gospel
- go install .
script:
- go test .