first commit
This commit is contained in:
10
.travis.yml
Normal file
10
.travis.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
language: go
|
||||
|
||||
go:
|
||||
- 1.12.x
|
||||
|
||||
install:
|
||||
- go get -tags nopie -t -v ./...
|
||||
|
||||
script:
|
||||
- go build -tags nopie
|
||||
Reference in New Issue
Block a user