Skip to content

Commit

Permalink
testing travis deploy config
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Aug 18, 2017
1 parent fa5168c commit 8ebe859
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Expand Up @@ -14,6 +14,11 @@ script:
- test -n "$TRAVIS_TAG" || go run main.go --skip-validate --skip-publish
after_success:
- bash <(curl -s https://codecov.io/bash)
- test -n "$TRAVIS_TAG" && go run main.go
deploy:
- provider: script
skip_cleanup: true
script: go run main.go
on:
tags: true
notifications:
email: false

0 comments on commit 8ebe859

Please sign in to comment.