aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Hanley <felix@userspace.com.au>2019-03-13 23:55:53 +0000
committerFelix Hanley <felix@userspace.com.au>2019-03-13 23:55:53 +0000
commit2107b3b5d740ede55b298440d839fe7f691bf3b2 (patch)
tree574f238d4438b204560635ef9e1befa151cbf049
parentca54acc03c58978222397ef8c1c598c0306c031c (diff)
downloadmigrate-2107b3b5d740ede55b298440d839fe7f691bf3b2.tar.gz
migrate-2107b3b5d740ede55b298440d839fe7f691bf3b2.tar.bz2
Account for basic docker image
-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)