Skip to content

Commit 4984988

Browse files
committed
fixup CI
Signed-off-by: Frederic BIDON <[email protected]>
1 parent b861814 commit 4984988

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ jobs:
2323
- go: 1.x
2424
arch: amd64
2525
install:
26-
go get -u github.com/go-openapi/runtime@master
26+
- GO111MODULE=off go get -u gotest.tools/gotestsum
27+
- go get -u github.com/go-openapi/runtime@master
2728
script:
2829
- gotestsum -f short-verbose -- -timeout=30m github.com/go-openapi/runtime/...
2930

0 commit comments

Comments
 (0)