aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Hanley <felix@userspace.com.au>2019-03-13 23:52:31 +0000
committerFelix Hanley <felix@userspace.com.au>2019-03-13 23:52:31 +0000
commitca54acc03c58978222397ef8c1c598c0306c031c (patch)
treed364c1aa975a03e288a20df438089646f33b67c0
parente4dec467e33502787dcb94441b9c650d94e0bf89 (diff)
downloadmigrate-ca54acc03c58978222397ef8c1c598c0306c031c.tar.gz
migrate-ca54acc03c58978222397ef8c1c598c0306c031c.tar.bz2
Remove flags for drone yml
-rw-r--r--.drone.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.drone.yml b/.drone.yml
index 0e5ed0f..f73de6f 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -4,8 +4,8 @@ steps:
- name: test
image: "golang:alpine"
commands:
- - go get -u $(FLAGS) github.com/mattn/go-sqlite3
- - go install $(FLAGS) github.com/mattn/go-sqlite3
+ - 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)