aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.drone.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.drone.yml b/.drone.yml
index f73de6f..eb53b5e 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -4,8 +4,5 @@ steps:
- name: test
image: "golang:alpine"
commands:
- - go get -u github.com/mattn/go-sqlite3
- - go install github.com/mattn/go-sqlite3
- - for file in $$(find . -name 'vendor' -prune -o -type f -name '*.go'); do golint $$file; done
- go test -race -short -coverprofile=coverage.txt -covermode=atomic ./...
- bash <(curl -s https://codecov.io/bash)