Closed ghostbuster91 closed 4 years ago
Travis security policy is to not allow accessing secret variables during pull requests builds. Any attempt to do that will result in a failed build. So it is much better to just skip decrypting and let tests run.
Sounds reasonable, thank you!
Travis security policy is to not allow accessing secret variables during pull requests builds. Any attempt to do that will result in a failed build. So it is much better to just skip decrypting and let tests run.