diff --git a/.drone.yml b/.drone.yml new file mode 100755 index 00000000..0d2da04d --- /dev/null +++ b/.drone.yml @@ -0,0 +1,9 @@ + +kind: pipeline +type: docker +name: "test" +steps: + - name: test + image: bash + commands: + - echo 'Run tests'