diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 8415d558..00000000 --- a/.travis.yml +++ /dev/null @@ -1,18 +0,0 @@ -language: go - -go: - - master - -# whitelist -branches: - only: - - master - -before_install: - - go get -t -v ./... - -script: - - go test -race -coverprofile=coverage.txt -covermode=atomic - -after_success: - - bash <(curl -s https://codecov.io/bash)