diff --git a/.travis.yml b/.travis.yml index a8877c4..f13d9f2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,12 +10,12 @@ 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 + - env GO111MODULE=on go test -v -cover github.com/schollz/croc/v8/src/compress + - env GO111MODULE=on go test -v -cover github.com/schollz/croc/v8/src/croc + - env GO111MODULE=on go test -v -cover github.com/schollz/croc/v8/src/crypt + - env GO111MODULE=on go test -v -cover github.com/schollz/croc/v8/src/tcp + - env GO111MODULE=on go test -v -cover github.com/schollz/croc/v8/src/utils + - env GO111MODULE=on go test -v -cover github.com/schollz/croc/v8/src/comm branches: except: diff --git a/Dockerfile b/Dockerfile index e05417e..88d0ee3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.12-alpine as builder +FROM golang:1.14-alpine as builder RUN apk add --no-cache git WORKDIR /go/croc COPY . . diff --git a/LICENSE b/LICENSE index 0ca9765..698785d 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2017 Zack +Copyright (c) 2017-2020 Zack Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index e74d7d6..77eab0c 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ src="https://user-images.githubusercontent.com/6550035/46709024-9b23ad00-cbf6-11e8-9fb2-ca8b20b7dbec.jpg" width="408px" border="0" alt="croc">
-Version +Version Coverage