Skip to content

Commit

Permalink
Add conditional travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
htfy96 committed Nov 20, 2016
1 parent 8d30e31 commit 8f4ecde
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,12 @@ install:
- go get github.com/sjtug/lug

script: go test github.com/sjtug/lug/worker github.com/sjtug/lug/manager github.com/sjtug/lug/config github.com/sjtug/lug/helper


deploy:
provider: releases
api_key: "9a558480e786be2551d07792b3708c306bfe1d2b"
file: "$GOPATH/bin/lug"
skip_cleanup: true
on:
tags: true

0 comments on commit 8f4ecde

Please sign in to comment.