1
0
mirror of https://github.com/schollz/croc.git synced 2024-11-28 01:16:10 +03:00
croc/.travis.yml
2018-10-11 15:32:19 -07:00

12 lines
126 B
YAML

language: go
go:
- tip
env:
- "PATH=/home/travis/gopath/bin:$PATH"
script:
- go build -v
- go test -v -cover ./...