Files
gousb/.travis.yml
2017-02-16 09:33:10 -08:00

16 lines
164 B
YAML

language: go
dist: trusty
go:
- 1.6
- 1.7
- 1.8
- tip
script: go test -v -test.run='BCD|Parse' ./...
addons:
apt:
packages:
libusb-1.0-0-dev