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

View File

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