Testing Drone Build #80

Closed
sarah wants to merge 1 commits from drone into master
1 changed files with 10 additions and 1 deletions

View File

@ -11,3 +11,12 @@ pipeline:
- go list ./... | xargs go vet
- go list ./... | xargs golint -set_exit_status
- sh testing/tests.sh
pipeline:
notify:
image: golang
secrets: [buildbot]
commands:
- echo "Notifying"
- curl -H "Authorization:token $BUILDBOT" https://git.openprivacy.ca/api/v1/repos/cwtch.im/cwtch