Skip to content

Instantly share code, notes, and snippets.

@mjumbewu
Created November 25, 2013 07:58
Show Gist options
  • Save mjumbewu/7637904 to your computer and use it in GitHub Desktop.
Save mjumbewu/7637904 to your computer and use it in GitHub Desktop.
rvm system
travis encrypt SAUCE_USERNAME=$SAUCE_USERNAME --repo openplans/hatch
travis encrypt SAUCE_ACCESS_KEY=$SAUCE_ACCESS_KEY --repo openplans/hatch
# Add the values to your .travis.yml file
#
# NOTE: If you specify "--add env.global" with the encrypt command this will
# be done automatically.
#
# env:
# global:
# - secure: "Secure username token goes here!"
# - secure: "Secure access key token goes here!"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment