Add diagnostics

This commit is contained in:
vitaut 2015-05-21 19:01:47 -07:00
parent e15eae012c
commit 44fabfc803

View File

@ -15,6 +15,7 @@ def rmtree_if_exists(dir):
build = os.environ['BUILD']
if build == 'Doc':
travis = 'TRAVIS' in os.environ
print("Has key {}".format('KEY' in os.environ))
# Install dependencies.
if travis:
check_call('curl -s https://deb.nodesource.com/gpgkey/nodesource.gpg.key | ' +