mirror of https://github.com/stretchr/testify.git
Bump Go versions and use '.x' to always get latest minor versions
parent
04af85275a
commit
8019298d9f
|
@ -3,10 +3,10 @@ language: go
|
|||
sudo: false
|
||||
|
||||
go:
|
||||
- "1.8"
|
||||
- "1.9"
|
||||
- "1.10"
|
||||
- "1.11"
|
||||
- "1.8.x"
|
||||
- "1.9.x"
|
||||
- "1.10.x"
|
||||
- "1.11.x"
|
||||
- tip
|
||||
|
||||
script:
|
||||
|
|
Loading…
Reference in New Issue