1
0
mirror of https://github.com/schollz/cowyo.git synced 2023-08-10 21:13:00 +03:00
cowyo/.travis.yml

9 lines
131 B
YAML
Raw Normal View History

2017-03-24 04:18:23 +03:00
language: go
go:
- tip
2017-03-24 04:26:10 +03:00
before_install:
2017-03-24 04:30:24 +03:00
- go get -u github.com/schollz/cowyo
2017-03-24 04:26:10 +03:00
- go get -u github.com/jteeuwen/go-bindata/...