Skip to content

Instantly share code, notes, and snippets.

@yvoronoy
Created June 12, 2016 10:04
Show Gist options
  • Save yvoronoy/672135a4674d221fbd50b3275324fa68 to your computer and use it in GitHub Desktop.
Save yvoronoy/672135a4674d221fbd50b3275324fa68 to your computer and use it in GitHub Desktop.
How to set COMPOSER_AUTH env
#Travis CI
export COMPOSER_AUTH='{"http-basic":{"repo.magento.com": {"username": "public-key", "password": "secret-key"}}}'
@yyevgenii
Copy link

Nice:)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment