Browse Source

update go version

pull/1213/head
Chris Lu 5 years ago
parent
commit
9434ebc298
  1. 4
      .travis.yml

4
.travis.yml

@ -1,9 +1,9 @@
sudo: false
language: go
go:
- 1.11.x
- 1.12.x
- 1.13.x
- 1.14.x
before_install:
- export PATH=/home/travis/gopath/bin:$PATH
@ -45,4 +45,4 @@ deploy:
on:
tags: true
repo: chrislusf/seaweedfs
go: 1.13.x
go: 1.14.x
Loading…
Cancel
Save