Fixes wrong command in travis
This commit is contained in:
parent
3c361d8664
commit
180616d129
10
.travis.yml
10
.travis.yml
@ -7,16 +7,8 @@ services:
|
||||
go:
|
||||
- 1.11.x
|
||||
|
||||
env:
|
||||
- TEST_SUITE=test-unit
|
||||
- TEST_SUITE=test-bogo
|
||||
- TEST_SUITE=test-interop
|
||||
|
||||
matrix:
|
||||
fast_finish: true
|
||||
|
||||
before_install:
|
||||
- make -f _dev/Makefile fmtcheck
|
||||
|
||||
script:
|
||||
- go test -v -r=.
|
||||
- go test -v -run=.
|
||||
|
Loading…
Reference in New Issue
Block a user