Skip to content

Commit 7e25d06

Browse files
ci: testify on go 1.10 causing problem (#284)
1 parent 3a6bc9a commit 7e25d06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- 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
5050
- go get -v -d ./...
5151
# This pkg not in go 1.10
52-
- go get github.com/stretchr/testify
52+
- go get -d -v github.com/stretchr/testify
5353
- pushd $GOPATH/src/github.com/stretchr/testify && git checkout v1.4.0 && popd
5454
# -coverprofile was not introduced in 1.10
5555
- make test

0 commit comments

Comments
 (0)