unqlitego/.travis.yml

13 lines
122 B
YAML
Raw Normal View History

2013-11-27 00:15:09 +00:00
language: go
go:
- 1.1
2013-11-28 12:18:59 +00:00
- tip
2013-11-27 00:15:09 +00:00
2013-11-27 01:10:34 +00:00
install:
- go get github.com/r7kamura/gospel
2013-11-28 12:18:59 +00:00
- make install
2013-11-27 00:15:09 +00:00
2013-11-28 12:18:59 +00:00
script:
- make test