mirror of
https://github.com/fmtlib/fmt.git
synced 2024-12-24 12:14:26 +00:00
Remove diagnostics and re-enable build configs
This commit is contained in:
parent
efba235246
commit
dfe2a65b5d
@ -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:
|
||||
|
@ -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 | ' +
|
||||
|
Loading…
Reference in New Issue
Block a user