mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-26 15:36:23 +01:00
See if installing uglify-js manually fixes Travis builds
This commit is contained in:
parent
4a0ac673c5
commit
858b21dadf
1 changed files with 1 additions and 1 deletions
|
|
@ -100,7 +100,7 @@ def main():
|
|||
'https://download.calibre-ebook.com/travis/{}.tar.xz'.format(tball), SW
|
||||
)
|
||||
|
||||
run('npm install --no-optional rapydscript-ng')
|
||||
run('npm install --no-optional rapydscript-ng uglify-js regenerator')
|
||||
print(os.environ['PATH'])
|
||||
run('which rapydscript')
|
||||
run('rapydscript --version')
|
||||
|
|
|
|||
Loading…
Reference in a new issue