Don't build symbols in CI.

This commit is contained in:
Cheng Zhao 2014-04-05 11:05:51 +08:00
parent ff88535cd5
commit 2369f6cc41

View file

@ -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=[]):