1
0

Fixes wrong command in travis

Dieser Commit ist enthalten in:
Henry Case 2019-04-05 13:55:44 +01:00
Ursprung 3c361d8664
Commit 180616d129

Datei anzeigen

@ -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=.