Skip to content

Commit

Permalink
Problem: no secure token for Travis based releases
Browse files Browse the repository at this point in the history
Solution: add one
  • Loading branch information
bluca committed Feb 7, 2017
1 parent 017e06f commit c19eb25
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,7 @@ before_deploy: . ./ci_deploy.sh
deploy:
provider: releases
api_key:
# To encrypt your access token run: `travis encrypt -r user/repo`
secure:
secure: mltystRlPIK2o7ENfhNDxN+w0w2Hp/YYRysCzVDauU6Sqt9QcrhbFOWJ+WQHnvT4pH4+VwL7WDRwr44kjVgGkn3d/TAb9kwmckhhg3hPPxSAf2q3Qj7HN4rze5j1GLsy1A3cRR9uSkkbRcMZa+cAtLHKar1OPkBZL5WH2mnDqE4=
file_glob: true
file: ${MALAMUTE_DEPLOYMENT}
skip_cleanup: true
Expand Down

0 comments on commit c19eb25

Please sign in to comment.