Skip to content

Commit

Permalink
travis deploys not firing
Browse files Browse the repository at this point in the history
  • Loading branch information
richardlehane committed May 29, 2017
1 parent 2f052aa commit 903dfdf
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@ go:
- 1.5
- 1.6
- 1.7
- 1.x
- 1.8.x
- tip
branches:
only:
- master
env:
- GO15VENDOREXPERIMENT=1
install:
Expand All @@ -19,9 +22,8 @@ before_deploy:
- ./debbuilder.sh
deploy:
on:
branch: master
tags: true
go: 1.x
condition: $TRAVIS_GO_VERSION =~ ^1\.8\.[0-9]+$
provider: bintray
file: ${HOME}/deb/bintray.json
user: richardlehane
Expand Down

0 comments on commit 903dfdf

Please sign in to comment.