Fix Drone CI config

This commit is contained in:
James Mills
2019-07-11 22:42:44 +10:00
parent 648e899e9f
commit d6539016d4

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