Skip to content

Commit 0e48bc6

Browse files
committed
add go.mod
1 parent 427c1d0 commit 0e48bc6

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
@@ -1,9 +1,10 @@
11
language: go
22

3-
before_script: cd $GOPATH/src/github.com/stretchr/testify/ && git checkout v1.2.2 && cd -
3+
before_script: [[ $TRAVIS_GO_VERSION =~ (^1\.8) ]]; then cd $GOPATH/src/github.com/stretchr/testify/ && git checkout v1.2.2 && cd -; fi
44

55
go:
66
- "1.8.x"
7+
- "1.11.x"
78
- "1.12.x"
89
- "1.13.x"
910
- "1.14.x"

0 commit comments

Comments
 (0)