Skip to content

Commit

Permalink
remove env var unused
Browse files Browse the repository at this point in the history
  • Loading branch information
rgleason committed Oct 22, 2019
1 parent 3adb958 commit ba8ab6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ addons:
- g++-6
deploy:
- provider: releases
# github_token: $git-ptoken-squiddio-into-travis # Set in settings page, as a secure variable
api_key:
secure: "POphzrmCdwTYoQLpG0/ZAA7a/j56FQEFkihzLlOMNNK0fOosL11fjZeGJviZ4UI0sS3OPvRlIFiPIx6nDpHaNBZEfyOR6cmSv+KCh4nkLu5bhJ84VUuE6YqMA+EdsJWJutbpS7Z/l6/LEtHcnOHhyXVIqRwpTB3Mh5ETuW6EYhjyEWz6mCgSYak6FqbY/X6OuYADaeh+DsAVwmsLCAEwu0vWySFPOfl2qG+NsQBPJtkjhhpfSlGiNlPY+inwwQc9KlBfG0MLYu+yMos/EuZ2CJjDXJyQYAm2lBMcyScJneQnFDhz8OcFTxSXbS0XglPPC12WgRquZD9AVbOtQCsuo38bFZUUV+bcb6QkLCaphtNTAkM5r4Oae4gqk9Sl3cLzYmIW+j8MQ+IDmgvgVEfk1dNqoHMzgtJTImkynRbfWGf0BOy1tNve4EI5VAX8NRWX8O9P3XcS8QrWRL/g8o2MMwhS8fkeBw1UamrREieAktheZ+6h/JsTtXowPNz76Uoicrfl+DnYgYC0XjgfDBjjtVNwvFFeI9ch76T3N23n1gxA9j70lYPLjc43I4is2xJruSlduyFwkoN5qofuWwBG+mteH/e7NdkbODN5ESFu1iyC1eafnGlHAeFuDIadlRxOXr0e9p5Cvn1oD68GcG9TMAXPAOUXaYgtPl5Wk+BVX4I="
file_glob: true
Expand Down
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ artifacts:
name: installer
# Deploy to GitHub Releases
deploy:
#Optional. The name of release. If not specified tag name is used as release name.
# release: squiddio-v$(appveyor_build_version)
# release: squiddio-v$(appveyor_build_version)
# Optional. The name of release. If not specified tag name is used as release name.
description: 'Test release to github'
provider: GitHub
auth_token:
Expand Down

0 comments on commit ba8ab6b

Please sign in to comment.