1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-06-30 22:31:06 +02:00

disable travis

This commit is contained in:
Chris Lu 2021-08-16 17:17:24 -07:00
parent 1023bce6f0
commit f316de3b5c

View file

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