Skip to content

Commit

Permalink
add deploy in travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gutenye committed Apr 23, 2015
1 parent ad92505 commit d30393c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,17 @@ language: go

go:
- tip

script:
- go test -v ./...

after_success:
- go build -v ./...

deploy:
provider: releases
api_key:
secure: v9vtnml6VExrlakBqK47kgd+fCVmX9hEd5NsCCjvy98yQlnoUgHhn/8JjgKrjL/ygCmfCjVLfu2+pGyi4B/03gIFsDUd3WFHEcpkl1ENIW679XaFyJ5VS2mcS0w17NVRXi8S9OirmUqOHab0P9uUr+osi5wFhn+wCoZx2LbnOnQ=
file: gutgen
on:
tags: true

0 comments on commit d30393c

Please sign in to comment.