Whitelist tests for travis-ci
This commit is contained in:
@@ -4,6 +4,8 @@ go:
|
|||||||
- 1.6
|
- 1.6
|
||||||
- tip
|
- tip
|
||||||
|
|
||||||
|
script: go test -v -test.run='BCD|Noop|Parse' ./...
|
||||||
|
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
packages:
|
packages:
|
||||||
|
@@ -15,8 +15,9 @@
|
|||||||
package usb_test
|
package usb_test
|
||||||
|
|
||||||
import (
|
import (
|
||||||
. "github.com/kylelemons/gousb/usb"
|
|
||||||
"testing"
|
"testing"
|
||||||
|
|
||||||
|
. "github.com/kylelemons/gousb/usb"
|
||||||
)
|
)
|
||||||
|
|
||||||
func TestGetStringDescriptorAscii(t *testing.T) {
|
func TestGetStringDescriptorAscii(t *testing.T) {
|
||||||
|
Reference in New Issue
Block a user