lightshowpi/vendor/github.com/warthog618/gpiod/.travis.yml

22 lines
188 B
YAML
Raw Normal View History

2020-12-03 23:08:46 -05:00
language: go
go:
- "1.x"
- "1.13"
- tip
os:
- linux
matrix:
allow_failures:
- go: tip
fast_finish: true
install:
- go get -v ./...
script:
- go vet ./...
- make