diff --git a/.drone.yml b/.drone.yml index 5b66cfe..5330d04 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,14 +10,4 @@ pipeline: - go get -u github.com/golang/lint/golint - go list ./... | xargs go vet - go list ./... | xargs golint -set_exit_status - - sh testing/tests.sh - -pipeline: - notify: - image: drillster/drone-email - host: build.openprivacy.ca - port: 25 - skip_verify: true - from: dan@openprivacy.ca - when: - status: [ success, changed, failure ] \ No newline at end of file + - sh testing/tests.sh \ No newline at end of file