Skip to content
This repository has been archived by the owner on Jan 22, 2020. It is now read-only.

Commit

Permalink
attempt to fix travis deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
nullstyle committed Dec 1, 2015
1 parent a9c4503 commit 915505e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,12 @@ addons:
matrix:
allow_failures:
- go: tip

before_deploy:
- export RELEASE_PKG_FILE=$(ls dist/*)
- echo "deploying $RELEASE_PKG_FILE to GitHub releases"
deploy:
provider: releases
api_key:
secure: Hj5m2dZiD8DFElVtFmwgtlEUvL+s+g74MzhMp/xXZb8rKcyYyLrPVjUkQcpJaFRLoFhTMszEktEh3fkCAXkQLS7jrxA+/Oy6NqhlDtGl+pq1kh0uIStmQky8tneLpgAPLFdvWkl72P5FwPhBWfNtfE+7UKdKggGePXXWJ0qL0SU=
file_glob: true
file: "${RELEASE_PKG_FILE}"
file: "dist/*"
on:
repo: stellar/horizon
tags: true
Expand Down

0 comments on commit 915505e

Please sign in to comment.