diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index a564918..0000000 --- a/.travis.yml +++ /dev/null @@ -1,12 +0,0 @@ -language: go - -go: 1.13.x - -before_install: -- go mod download - -script: -- go test -race -cover -coverprofile=coverage.txt -covermode=atomic ./... - -after_success: - - bash <(curl -s https://codecov.io/bash) \ No newline at end of file