diff --git a/testdroid.py b/testdroid.py index ac27c0375..8dff64bd3 100755 --- a/testdroid.py +++ b/testdroid.py @@ -5,12 +5,8 @@ import sys import os PROJECT_ID = 116910522 -if os.environ.get('BITBAR_API_KEY') == None: - print "Tests could not run on insecure fork" - sys.exit(0) -else: - print "Running tests" - sys.stdout.flush() +print "Running tests" +sys.stdout.flush() runID = os.environ['TRAVIS_BUILD_NUMBER'] apiKey = os.environ['BITBAR_API_KEY']