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

@ -2,7 +2,7 @@ language: cpp
os: os:
- linux - linux
#- osx - osx
env: env:
global: global:
@ -12,8 +12,8 @@ env:
6pxmyzLHSn1ZR7OX5rfPvwM3tOyZ3H0= 6pxmyzLHSn1ZR7OX5rfPvwM3tOyZ3H0=
matrix: matrix:
- BUILD=Doc - BUILD=Doc
#- BUILD=Debug - BUILD=Debug
#- BUILD=Release - BUILD=Release
matrix: matrix:
exclude: exclude:

View File

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