Skip to content

Commit

Permalink
drone
Browse files Browse the repository at this point in the history
  • Loading branch information
leonmaia committed Nov 25, 2017
1 parent eb8b0ec commit f254e6a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
pipeline:
build:
image: golang
commands:
- go get
- go build
- go test
deploy-to-staging:
image: golang
when:
branch: master
commands:
- echo "hello, world!"

0 comments on commit f254e6a

Please sign in to comment.