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 427c1d0 commit 0e48bc6Copy full SHA for 0e48bc6
.travis.yml
@@ -1,9 +1,10 @@
1
language: go
2
3
-before_script: cd $GOPATH/src/github.com/stretchr/testify/ && git checkout v1.2.2 && cd -
+before_script: [[ $TRAVIS_GO_VERSION =~ (^1\.8) ]]; then cd $GOPATH/src/github.com/stretchr/testify/ && git checkout v1.2.2 && cd -; fi
4
5
go:
6
- "1.8.x"
7
+ - "1.11.x"
8
- "1.12.x"
9
- "1.13.x"
10
- "1.14.x"
0 commit comments