mirror of
https://github.com/schollz/croc.git
synced 2025-10-11 05:11:06 +02:00
exclude gui from testing
This commit is contained in:
parent
43dbf98705
commit
7839d7f6e2
1 changed files with 9 additions and 1 deletions
10
.travis.yml
10
.travis.yml
|
@ -8,4 +8,12 @@ env:
|
|||
|
||||
script:
|
||||
- go build -v
|
||||
- go test -v -cover ./...
|
||||
- go test -v -cover github.com/schollz/croc/src/compress
|
||||
- go test -v -cover github.com/schollz/croc/src/croc
|
||||
- go test -v -cover github.com/schollz/croc/src/crypt
|
||||
- go test -v -cover github.com/schollz/croc/src/models
|
||||
- go test -v -cover github.com/schollz/croc/src/relay
|
||||
- go test -v -cover github.com/schollz/croc/src/tcp
|
||||
- go test -v -cover github.com/schollz/croc/src/utils
|
||||
- go test -v -cover github.com/schollz/croc/src/zipper
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue