You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The "travis encrypt-file" directive adds the openssl decryption command
to before_install, but does not guard it. So if the key and iv variables
are unavailable, the decryption -- and hence the build -- will fail.
We need to guard against this situation.
0 commit comments