Ver código fonte

Fixes wrong command in travis

keep-around/cb643472eeeaf06badf6fa4cc3e1df4aed625912
Kris Kwiatkowski 5 anos atrás
pai
commit
180616d129
1 arquivos alterados com 1 adições e 9 exclusões
  1. +1
    -9
      .travis.yml

+ 1
- 9
.travis.yml Ver arquivo

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

Carregando…
Cancelar
Salvar