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 |
|