unqlitego/.travis.yaml

16 lines
148 B
YAML
Raw Normal View History

2013-11-27 00:15:09 +00:00
language: go
go:
- 1.0
- 1.1
- tip
install:
- git submodule init
- git submodule update
- make
- go install
script:
- go test ./