travis: clang-3.9
This commit is contained in:
@@ -607,6 +607,7 @@ class BaseBuildCommand(Command):
|
||||
|
||||
result = subprocess.call([
|
||||
'make',
|
||||
'-j',
|
||||
'-Cbuild/',
|
||||
'config=%s_linux' % (args['config']),
|
||||
] + pass_args + args['target'], shell=False)
|
||||
|
||||
Reference in New Issue
Block a user