mirror of
https://github.com/schollz/croc.git
synced 2024-11-24 08:02:33 +03:00
11 lines
103 B
YAML
11 lines
103 B
YAML
language: go
|
|
|
|
go:
|
|
- tip
|
|
|
|
env:
|
|
- "PATH=/home/travis/gopath/bin:$PATH"
|
|
|
|
script:
|
|
- go test -v ./...
|