Skip to content

Commit e42d75c

Browse files
fix(1.8): go 1.8 fix (#237)
* add support for 1.8
1 parent 895dbc7 commit e42d75c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
- go get -v -d ./...
4646
# This pkg not in go 1.8
4747
- go get github.com/stretchr/testify
48+
- pushd $GOPATH/src/github.com/stretchr/testify && git checkout v1.4.0 && popd
4849
# -coverprofile was not introduced in 1.8
4950
- make test
5051

0 commit comments

Comments
 (0)