diff --git a/.travis.yml b/.travis.yml index b72fc48..9ebb23b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,8 @@ go: - 1.6 - tip +script: go test -v -test.run='BCD|Noop|Parse' ./... + addons: apt: packages: diff --git a/usb/device_test.go b/usb/device_test.go index 6eebdcf..2deb7f7 100644 --- a/usb/device_test.go +++ b/usb/device_test.go @@ -15,8 +15,9 @@ package usb_test import ( - . "github.com/kylelemons/gousb/usb" "testing" + + . "github.com/kylelemons/gousb/usb" ) func TestGetStringDescriptorAscii(t *testing.T) {