Create .travis.yml
This commit is contained in:
parent
ce0ed06111
commit
9a83337903
|
@ -0,0 +1,11 @@
|
||||||
|
sudo: false
|
||||||
|
language: go
|
||||||
|
go:
|
||||||
|
- 1.16.x
|
||||||
|
|
||||||
|
before_install:
|
||||||
|
- export PATH=/home/travis/gopath/bin:$PATH
|
||||||
|
|
||||||
|
install:
|
||||||
|
- export CGO_ENABLED="0"
|
||||||
|
- go env
|
Loading…
Reference in New Issue