1
0
mirror of https://github.com/schollz/croc.git synced 2024-11-24 08:02:33 +03:00
croc/.travis.yml
2018-07-07 10:08:11 -07:00

11 lines
103 B
YAML

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