Travis CI says long line detected
Foldede the line
This commit is contained in:
parent
19bba5c18c
commit
20afd51a9d
1 changed files with 2 additions and 2 deletions
|
@ -60,8 +60,8 @@ def update_submodules():
|
||||||
|
|
||||||
def bootstrap_brightray(url):
|
def bootstrap_brightray(url):
|
||||||
bootstrap = os.path.join(VENDOR_DIR, 'brightray', 'script', 'bootstrap')
|
bootstrap = os.path.join(VENDOR_DIR, 'brightray', 'script', 'bootstrap')
|
||||||
execute_stdout([sys.executable, bootstrap, '--commit', LIBCHROMIUMCONTENT_COMMIT,
|
execute_stdout([sys.executable, bootstrap, '--commit',
|
||||||
url])
|
LIBCHROMIUMCONTENT_COMMIT, url])
|
||||||
|
|
||||||
|
|
||||||
def update_node_modules(dirname):
|
def update_node_modules(dirname):
|
||||||
|
|
Loading…
Add table
Reference in a new issue