def is_travis(): ''' Check if boss is running under Travis CI. ''' return is_ci() and env.get('TRAVIS') == 'true'