Fix Drone CI config

This commit is contained in:
James Mills 2019-07-11 22:42:44 +10:00
parent 648e899e9f
commit d6539016d4
No known key found for this signature in database
GPG Key ID: AC4C014F1440EBD6
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ steps:
image: golang:latest
commands:
- make test
- make
- make install
- name: coverage
image: plugins/codecov