Browse Source

disable travis

pull/2266/head
Chris Lu 3 years ago
parent
commit
f316de3b5c
  1. 4
      .travis.yml.disabled

4
.travis.yml → .travis.yml.disabled

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