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

26 lines
288 B
YAML
Raw Normal View History

# SPDX-FileCopyrightText: 2019 Kent Gibson <warthog618@gmail.com>
#
# SPDX-License-Identifier: MIT
language: go
go:
- "1.x"
- "1.17"
- tip
os:
- linux
matrix:
allow_failures:
- go: tip
fast_finish: true
install:
- go get -v ./...
script:
- go vet ./...
- make