Create .travis.yml

This commit is contained in:
Chris Lu 2021-06-09 12:22:10 -07:00
parent ce0ed06111
commit 9a83337903
1 changed files with 11 additions and 0 deletions

11
.travis.yml Normal file
View File

@ -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