mirror of https://github.com/fatedier/frp
.travis.yml add go1.15 and remove go1.13
parent
c3b7575453
commit
191da54980
|
@ -2,8 +2,8 @@ sudo: false
|
|||
language: go
|
||||
|
||||
go:
|
||||
- 1.13.x
|
||||
- 1.14.x
|
||||
- 1.15.x
|
||||
|
||||
install:
|
||||
- make
|
||||
|
|
Loading…
Reference in New Issue