1
1
Fork 0
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:
Zack Scholl 2019-04-30 11:14:21 -06:00
parent d56a25cf76
commit 962ea50aee
3 changed files with 21 additions and 6 deletions

19
.travis.yml Normal file
View 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