Browse Source

add go 1.13

pull/1076/head
Chris Lu 5 years ago
parent
commit
500e17a997
  1. 4
      .travis.yml

4
.travis.yml

@ -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
Loading…
Cancel
Save