Fixes wrong command in travis

This commit is contained in:
Henry Case 2019-04-05 13:55:44 +01:00
parent 3c361d8664
commit 180616d129

View File

@ -7,16 +7,8 @@ services:
go: go:
- 1.11.x - 1.11.x
env:
- TEST_SUITE=test-unit
- TEST_SUITE=test-bogo
- TEST_SUITE=test-interop
matrix: matrix:
fast_finish: true fast_finish: true
before_install:
- make -f _dev/Makefile fmtcheck
script: script:
- go test -v -r=. - go test -v -run=.