mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-07 22:31:17 -04:00
Tests don't run on insecure build
This commit is contained in:
parent
1bd00248f6
commit
418d636734
@ -5,6 +5,11 @@ import sys
|
|||||||
import os
|
import os
|
||||||
PROJECT_ID = 116910522
|
PROJECT_ID = 116910522
|
||||||
|
|
||||||
|
if os.environ.get('BITBAR_API_KEY') == None:
|
||||||
|
print "Tests could not run on insecure fork"
|
||||||
|
sys.exit(0)
|
||||||
|
|
||||||
|
|
||||||
runID = os.environ['TRAVIS_BUILD_NUMBER']
|
runID = os.environ['TRAVIS_BUILD_NUMBER']
|
||||||
apiKey = os.environ['BITBAR_API_KEY']
|
apiKey = os.environ['BITBAR_API_KEY']
|
||||||
testName = "Auto Test {}".format(runID)
|
testName = "Auto Test {}".format(runID)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user