travis encrypt
does not change the password in .travis.yml for me –– when I run travis encrypt
, no matter what flags or options I specify, it merely prints “Code execution.” and returns me to my normal bash prompt. I tried --com, --override, tried providing the password upfront and not providing it, but the outcome is always the same. What am I doing wrong?
travis encrypt "NotMyPassword" --add deploy.password --com --override Code execution.