Skip to content

Commit

Permalink
Travis: Deploy only on tagged commits.
Browse files Browse the repository at this point in the history
  • Loading branch information
Theotime Leveque committed Jun 23, 2017
1 parent 578624f commit b61089a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ before_script:
- go get -u ./...
script:
- go test -cover ./...
before_deploy:
- go get -u github.com/inconshreveable/mousetrap
- make build
deploy:
Expand All @@ -18,4 +19,4 @@ deploy:
- ian-windows-amd64.exe
on:
repo: thylong/ian
branch: master
tags: true

0 comments on commit b61089a

Please sign in to comment.