Created
November 25, 2013 07:58
-
-
Save mjumbewu/7637904 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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