[travis] test multiple packages
This commit is contained in:
parent
dd75ca3aff
commit
328144c31b
|
@ -8,9 +8,7 @@ before_install:
|
|||
- go get -u -t ./...
|
||||
|
||||
script:
|
||||
- go test -v -race -coverprofile=coverage.txt -covermode=atomic
|
||||
- ./test.sh
|
||||
|
||||
after_success:
|
||||
- bash <(curl -s https://codecov.io/bash)
|
||||
|
||||
comment: off
|
||||
|
|
Loading…
Reference in New Issue