diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 572a31c..0000000 --- a/.travis.yml +++ /dev/null @@ -1,13 +0,0 @@ -language: go -go: -- 1.x -install: -- ./script/bootstrap -script: -- go build ./... -- go test -bench . ./... -- ./script/coverage -- ./script/lint -after_success: -- bash <(curl -s https://codecov.io/bash) -F unittests -f unittests.coverprofile -- bash <(curl -s https://codecov.io/bash) -F integration -f integration.coverprofile diff --git a/README.md b/README.md index ae97d28..3660beb 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@