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
Not all environment variables that Travis set in build time are
available to conditional build evaluation.
Instead of using environment variables, we can condition on the fork
attribute, which is false for branches in the main repo, and true
for PRs sent from forks.
Reference:
https://docs.travis-ci.com/user/conditions-v1#integration
0 commit comments