Don't build symbols in CI.
authorCheng Zhao <zcbenz@gmail.com>
Sat, 5 Apr 2014 03:05:51 +0000 (11:05 +0800)
committerCheng Zhao <zcbenz@gmail.com>
Sat, 5 Apr 2014 03:05:51 +0000 (11:05 +0800)
script/cibuild

index 1ce51d4..f400b4e 100755 (executable)
@@ -27,7 +27,6 @@ def main():
   run_script('coffeelint.py')
   run_script('build.py')
   run_script('test.py', ['--ci'])
-  run_script('create-dist.py')
 
 
 def run_script(script, args=[]):