Skip to content

Commit

Permalink
BUG: allow perf_HEAD to run off travis
Browse files Browse the repository at this point in the history
  • Loading branch information
y-p committed Dec 16, 2012
1 parent eb18494 commit b33d1a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vb_suite/perf_HEAD.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def get_travis_data():
import os
jobid=os.environ.get("TRAVIS_JOB_ID")
if not jobid:
return None
return None, None

workers=json.loads(urllib2.urlopen("https://api.travis-ci.org/workers/").read())

Expand Down

0 comments on commit b33d1a9

Please sign in to comment.