Don't verbose output in ci
authorCheng Zhao <zcbenz@gmail.com>
Wed, 8 Apr 2015 08:36:39 +0000 (16:36 +0800)
committerCheng Zhao <zcbenz@gmail.com>
Wed, 8 Apr 2015 08:37:12 +0000 (16:37 +0800)
script/cibuild

index 264e123..7077358 100755 (executable)
@@ -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':