Files
gousb/.travis.yml
Sebastian Zagrodzki 810a98e9fa Revert "Run benchmarks for tests as well."
This reverts commit 7c55d36758.
2017-03-01 11:13:22 +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