cowyo/.travis.yml

9 lines
131 B
YAML

language: go
go:
- tip
before_install:
- go get -u github.com/schollz/cowyo
- go get -u github.com/jteeuwen/go-bindata/...