1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-06-17 08:00:28 +02:00

Update .travis.yml

This commit is contained in:
Chris Lu 2021-02-16 15:17:51 -08:00
parent 632c94d438
commit 790252a979

View file

@ -1,8 +1,8 @@
sudo: false sudo: false
language: go language: go
go: go:
- 1.14.x
- 1.15.x - 1.15.x
- 1.16.x
before_install: before_install:
- export PATH=/home/travis/gopath/bin:$PATH - export PATH=/home/travis/gopath/bin:$PATH
@ -44,4 +44,4 @@ deploy:
on: on:
tags: true tags: true
repo: chrislusf/seaweedfs repo: chrislusf/seaweedfs
go: 1.15.x go: 1.16.x