unqlitego/.travis.yml
2013-11-28 21:18:59 +09:00

12 lines
122 B
YAML

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