croc/.travis.yml

11 lines
98 B
YAML
Raw Normal View History

2017-10-18 17:51:18 +02:00
language: go
go:
2018-06-24 16:00:52 +02:00
- 1.10
2018-06-24 16:16:29 +02:00
2017-10-18 17:51:18 +02:00
env:
- "PATH=/home/travis/gopath/bin:$PATH"
script:
- go test -v