grosser / wwtd

WWTD: Travis simulator - faster + no more waiting for build emails
MIT License
366 stars 21 forks source link

ENV['TRAVIS'] #45

Closed lucascaton closed 8 years ago

lucascaton commented 8 years ago

Hi there,

Suggestion: what about setting ENV['TRAVIS']? According to my tests, this env variable isn't being set.

Thank you.

grosser commented 8 years ago

I mostly use ENV['TRAVIS'] to switch in some shady hackery, so that would be counter-productive :D ... could set ENV['WWTD'] and then do a switch on travis || wwtd ... but you can use INSIDE_WWTD for that too :)

lucascaton commented 8 years ago

INSIDE_WWTD looks good enough, thanks @grosser! 😄