seaweedfs-operator/.travis.yml

12 lines
151 B
YAML

sudo: false
language: go
go:
- 1.16.x
before_install:
- export PATH=/home/travis/gopath/bin:$PATH
install:
- export CGO_ENABLED="0"
- go env