1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-05-02 09:31:38 +02:00

add go 1.13

This commit is contained in:
Chris Lu 2019-09-06 00:16:15 -07:00
parent 803345e6af
commit 500e17a997

View file

@ -3,7 +3,7 @@ language: go
go:
- 1.11.x
- 1.12.x
# - tip
- 1.13.x
before_install:
- export PATH=/home/travis/gopath/bin:$PATH
@ -45,4 +45,4 @@ deploy:
on:
tags: true
repo: chrislusf/seaweedfs
go: 1.12.x
go: 1.13.x