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

11 lines
103 B
YAML
Raw Normal View History

2017-10-18 18:51:18 +03:00
language: go
go:
2018-06-24 17:36:46 +03:00
- tip
2018-06-24 17:16:29 +03:00
2017-10-18 18:51:18 +03:00
env:
- "PATH=/home/travis/gopath/bin:$PATH"
script:
2018-06-28 18:16:02 +03:00
- go test -v ./...