Commit Graph

23 Commits

Author SHA1 Message Date
Davor Kapsa
e9aec43516 travis: update go versions (#24) 2017-11-12 03:22:54 +01:00
Sebastian Zagrodzki
4991f9c89b use ConfigDesc, InterfaceDesc and EndpointDesc. 2017-05-06 02:43:16 +02:00
Sebastian Zagrodzki
e5961a7cc4 rename ConfigInfo to ConfigDesc 2017-05-06 02:40:09 +02:00
Sebastian Zagrodzki
5200a36191 Move files from gousb/usb to gousb 2017-05-06 00:11:11 +02:00
Sebastian Zagrodzki
e6f6a4f76e Use golint 2017-04-09 18:05:46 +02:00
Sebastian Zagrodzki
fc9b74ed82 error.go is a C mapping file, like libusb.go 2017-04-09 00:24:32 +02:00
Sebastian Zagrodzki
57244bb162 Remove coveralls token entirely, is supposed to "just work" for public
repositories.
2017-03-26 18:28:51 +02:00
Sebastian Zagrodzki
927ef57ca7 Gah. Of course it doesn't work, since the exit status from test is 1.
Replace "&&" with an "if".
2017-03-26 18:16:12 +02:00
Sebastian Zagrodzki
90a47eb448 If the coveralls token is not set, don't try to push the coverage report. 2017-03-26 17:58:30 +02:00
Sebastian Zagrodzki
ea2a438ec0 ignore libusb.go, as explicitly not covered due to poor C code
testability.
2017-03-10 09:00:37 -05:00
Sebastian Zagrodzki
dcc298126a "-v" for the tests 2017-03-09 12:52:54 -05:00
Sebastian Zagrodzki
40d328967b Run all tests. I'll mark the always-failing tests as skipped. 2017-03-09 12:31:14 -05:00
Sebastian Zagrodzki
d6f93e15ab always create the tmp file 2017-03-09 12:28:58 -05:00
Sebastian Zagrodzki
9f8cb55a00 yet another way to escape... 2017-03-09 12:26:29 -05:00
Sebastian Zagrodzki
da066a3744 different escaping 2017-03-09 12:20:34 -05:00
Sebastian Zagrodzki
13a23edf37 go does not support coverage when testing multiple packages. 2017-03-09 12:17:50 -05:00
Sebastian Zagrodzki
5af7134a36 move the coveralls token to env 2017-03-09 12:09:05 -05:00
Sebastian Zagrodzki
fb2d1452c7 Add coveralls support to travis. 2017-03-09 12:03:45 -05:00
Sebastian Zagrodzki
5fd1c33413 We now use subtests, introduced in Go 1.7. Remove 1.6 from compatibility
check.
2017-02-22 23:36:53 +01:00
Kyle Lemons
a6b5026fe9 Bump the Ubuntu and Go versions for Travis 2017-02-16 09:33:10 -08:00
Kyle Lemons
1b4ec4416e Remove TestNoop from whitelist 2016-04-03 10:27:53 -07:00
Kyle Lemons
8736c99b74 Whitelist tests for travis-ci 2016-04-03 10:25:58 -07:00
Kyle Lemons
527c5b8a3f Add travis-ci config 2016-04-03 10:18:00 -07:00