mirror of
https://github.com/schollz/croc.git
synced 2025-10-10 21:01:02 +02:00
add back travis
This commit is contained in:
parent
d56a25cf76
commit
962ea50aee
3 changed files with 21 additions and 6 deletions
19
.travis.yml
Normal file
19
.travis.yml
Normal file
|
@ -0,0 +1,19 @@
|
|||
language: go
|
||||
|
||||
go:
|
||||
- tip
|
||||
|
||||
env:
|
||||
- "PATH=/home/travis/gopath/bin:$PATH"
|
||||
|
||||
install: true
|
||||
|
||||
script:
|
||||
- env GO111MODULE=on go build -v
|
||||
- env GO111MODULE=on go test -v -cover github.com/schollz/croc/v6/src/compress
|
||||
- env GO111MODULE=on go test -v -cover github.com/schollz/croc/v6/src/croc
|
||||
- env GO111MODULE=on go test -v -cover github.com/schollz/croc/v6/src/crypt
|
||||
- env GO111MODULE=on go test -v -cover github.com/schollz/croc/v6/src/tcp
|
||||
- env GO111MODULE=on go test -v -cover github.com/schollz/croc/v6/src/utils
|
||||
- env GO111MODULE=on go test -v -cover github.com/schollz/croc/v6/src/comm
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue