catbase/.travis.yml

5 lines
87 B
YAML
Raw Normal View History

2013-05-06 13:35:18 +00:00
language: go
2018-12-30 00:23:23 +00:00
go: 1.x
2019-01-19 15:01:51 +00:00
install: go get -t -v ./... && go build -v ./...
script: ./gok.sh