From 2369f6cc4154646fb96100977d462bac3a29b255 Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Sat, 5 Apr 2014 11:05:51 +0800 Subject: [PATCH] Don't build symbols in CI. --- script/cibuild | 1 - 1 file changed, 1 deletion(-) diff --git a/script/cibuild b/script/cibuild index 1ce51d4..f400b4e 100755 --- a/script/cibuild +++ b/script/cibuild @@ -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=[]): -- 2.7.4