Whitelist tests for travis-ci

This commit is contained in:
Kyle Lemons
2016-04-03 10:25:58 -07:00
parent 527c5b8a3f
commit 8736c99b74
2 changed files with 4 additions and 1 deletions

View File

@@ -15,8 +15,9 @@
package usb_test
import (
. "github.com/kylelemons/gousb/usb"
"testing"
. "github.com/kylelemons/gousb/usb"
)
func TestGetStringDescriptorAscii(t *testing.T) {