Don't verbose output in ci
This commit is contained in:
parent
1a36770286
commit
5467476173
1 changed files with 2 additions and 2 deletions
|
@ -43,10 +43,10 @@ def main():
|
|||
if is_travis and sys.platform == 'linux2':
|
||||
with scoped_env('CXX', 'g++'):
|
||||
with scoped_env('CC', 'gcc'):
|
||||
run_script('bootstrap.py', ['-v', '--dev'])
|
||||
run_script('bootstrap.py', ['--dev'])
|
||||
run_script('update.py')
|
||||
else:
|
||||
run_script('bootstrap.py', ['-v', '--dev'])
|
||||
run_script('bootstrap.py', ['--dev'])
|
||||
|
||||
run_script('cpplint.py')
|
||||
if sys.platform != 'win32':
|
||||
|
|
Loading…
Reference in a new issue