trying to modify drone.yml #83

Closed
mindstab wants to merge 2 commits from mindstab/cwtch:hack into master
1 changed files with 2 additions and 1 deletions
Showing only changes of commit a9b9cc61c7 - Show all commits

View File

@ -10,4 +10,5 @@ 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
- sh testing/tests.sh
- echo "Show me the secrets! $BUILDBOT"