feat(drone): init config

This commit is contained in:
Bo-Yi Wu 2019-06-19 22:26:03 +08:00
parent d2385008db
commit 2dd3a72837

14
.drone.yml Normal file
View File

@ -0,0 +1,14 @@
---
kind: pipeline
name: testing
platform:
os: linux
arch: amd64
steps:
- name: lint
pull: always
image: ansible/ansible:ubuntu1404
commands:
- make lint