Update .travis.yml

This commit is contained in:
Zack 2019-10-08 16:35:11 -07:00 committed by GitHub
parent e286321d39
commit c4d8c168a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -16,3 +16,8 @@ script:
- 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
branches:
except:
- dev
- win