diff --git a/.drone.yml b/.drone.yml index c48b8fd..0e578b0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,7 +2,7 @@ pipeline: build: image: golang:1.6 environment: - - FOO=2 + - FOO=3 commands: - go get -a -v - make test