We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b861814 commit 4984988Copy full SHA for 4984988
.travis.yml
@@ -23,7 +23,8 @@ jobs:
23
- go: 1.x
24
arch: amd64
25
install:
26
- go get -u github.com/go-openapi/runtime@master
+ - GO111MODULE=off go get -u gotest.tools/gotestsum
27
+ - go get -u github.com/go-openapi/runtime@master
28
script:
29
- gotestsum -f short-verbose -- -timeout=30m github.com/go-openapi/runtime/...
30
0 commit comments