Pregunta

I have a Podfile which has the following:

if ENV['TRAVIS']
  # Load pod from GitHub
else
  # Load pod from local path
end

This used to work but apparently no longer does since my builds are erroring because the TRAVIS environment variable isn't evaluating as true.

Can I still use Travis environment variables in a Podfile?

¿Fue útil?

Solución

Some of the environment variables are missing on Mac VMs and are being tracked by this issue on GitHub.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top