Remove diagnostics and re-enable build configs

This commit is contained in:
vitaut
2015-05-21 20:25:15 -07:00
parent efba235246
commit dfe2a65b5d
2 changed files with 3 additions and 4 deletions

View File

@@ -15,7 +15,6 @@ 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 | ' +