Skip to content

Commit

Permalink
add drone.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Zylman committed Oct 31, 2014
1 parent 25db165 commit 96211dc
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
image: bradrydzewski/go:1.3
script:
- make test
notify:
email:
recipients:
- [email protected]
hipchat:
room: Clever-Dev-CI
token: {{hipchat_token}}
on_started: true
on_success: true
on_failure: true
publish:
github:
branch: master
script:
- make release
artifacts:
- release
tag: v$(cat VERSION)
token: {{github_token}}
user: Clever
repo: csvlint

0 comments on commit 96211dc

Please sign in to comment.