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:
- linux
#- osx
- osx
env:
global:
@ -12,8 +12,8 @@ env:
6pxmyzLHSn1ZR7OX5rfPvwM3tOyZ3H0=
matrix:
- BUILD=Doc
#- BUILD=Debug
#- BUILD=Release
- BUILD=Debug
- BUILD=Release
matrix:
exclude:

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 | ' +