Files
gousb/.travis.yml
2017-02-22 23:36:53 +01:00

15 lines
156 B
YAML

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