How can you detect if a test is running on Travis?...
# random
e
How can you detect if a test is running on Travis?
System.getProperty("TRAVIS")
prints out
null
..