travis version tag fix

pull/109/head v0.79.95
Hunter Long 2018-11-30 10:48:58 -08:00
parent 8897f2cccb
commit f0105d4414
2 changed files with 1 additions and 6 deletions

View File

@ -41,11 +41,6 @@ before_deploy:
after_deploy:
- if [[ "$TRAVIS_BRANCH" == "master" && "$TRAVIS_PULL_REQUEST" = "false" ]]; then make publish-homebrew; fi
deploy:
- provider: releases
api_key: $GH_TOKEN
skip_cleanup: true
matrix:
allow_failures:
- go: master

View File

@ -1 +1 @@
0.79.94
0.79.95