Skip to content

Instantly share code, notes, and snippets.

@pikesley
Created October 23, 2015 16:46
Show Gist options
  • Save pikesley/2c0e8a0a137349e8f780 to your computer and use it in GitHub Desktop.
Save pikesley/2c0e8a0a137349e8f780 to your computer and use it in GitHub Desktop.
Add encrypted envs to .travis.yml
for env in `cat .env | sed "s/: /=/"` ; do travis encrypt ${env} --add ; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment