init
This commit is contained in:
12
.travis.yml
Normal file
12
.travis.yml
Normal file
@ -0,0 +1,12 @@
|
||||
language: go
|
||||
sudo: false
|
||||
go:
|
||||
- 1.x
|
||||
|
||||
install: true
|
||||
script:
|
||||
- go test -race -v -coverprofile=coverage.txt -covermode=atomic
|
||||
- cd cmd/gost && go build
|
||||
|
||||
after_success:
|
||||
- bash <(curl -s https://codecov.io/bash)
|
Reference in New Issue
Block a user