Files
gousb/.travis.yml
2017-03-01 10:58:34 +01:00

15 lines
169 B
YAML

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