diff --git a/script/cibuild b/script/cibuild index 08d59385c9e0..db6f63abbf60 100755 --- a/script/cibuild +++ b/script/cibuild @@ -71,7 +71,7 @@ def main(): run_script('upload.py') else: run_script('build.py', ['-c', 'D']) - if PLATFORM != 'win32' and target_arch == 'x64': + if is_travis or PLATFORM == 'linux': run_script('test.py', ['--ci']) run_script('clean.py')