2
0
mirror of https://github.com/miguelmota/cointop synced 2024-11-16 21:25:38 +00:00
cointop/vendor/github.com/gen2brain/beeep/.travis.yml
2020-12-20 22:05:25 -08:00

11 lines
86 B
YAML

language: go
go:
- 1.9.x
install:
- go get -t ./...
script:
- go build ./...