Don't build symbols in CI.
This commit is contained in:
parent
ff88535cd5
commit
2369f6cc41
1 changed files with 0 additions and 1 deletions
|
@ -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=[]):
|
||||
|
|
Loading…
Reference in a new issue