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 3a6bc9a commit 7e25d06Copy full SHA for 7e25d06
.travis.yml
@@ -49,7 +49,7 @@ jobs:
49
- mv $GOPATH/src/gopkg.in/yaml $GOPATH/src/gopkg.in/yaml.v2 && pushd $GOPATH/src/gopkg.in/yaml.v2 && git checkout v2.2.2 && popd
50
- go get -v -d ./...
51
# This pkg not in go 1.10
52
- - go get github.com/stretchr/testify
+ - go get -d -v github.com/stretchr/testify
53
- pushd $GOPATH/src/github.com/stretchr/testify && git checkout v1.4.0 && popd
54
# -coverprofile was not introduced in 1.10
55
- make test
0 commit comments