From dfe2a65b5dceb27d9fd2935ee255f334cf26fd11 Mon Sep 17 00:00:00 2001 From: vitaut Date: Thu, 21 May 2015 20:25:15 -0700 Subject: [PATCH] Remove diagnostics and re-enable build configs --- .travis.yml | 6 +++--- support/travis-build.py | 1 - 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index f998e6cb..f0fbd22d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: diff --git a/support/travis-build.py b/support/travis-build.py index 9e85f0e2..0afed4d7 100755 --- a/support/travis-build.py +++ b/support/travis-build.py @@ -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 | ' +