travis: clang-3.9

This commit is contained in:
Dr. Chat
2017-02-05 22:01:13 -06:00
parent 7fb31462e4
commit 50cc2385dd
3 changed files with 20 additions and 13 deletions

View File

@@ -607,6 +607,7 @@ class BaseBuildCommand(Command):
result = subprocess.call([
'make',
'-j',
'-Cbuild/',
'config=%s_linux' % (args['config']),
] + pass_args + args['target'], shell=False)