Browse Source

update go version

pull/1475/head
Chris Lu 4 years ago
parent
commit
7af7380a7e
  1. 5
      .travis.yml

5
.travis.yml

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