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

13 lines
134 B
YAML

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