See if installing uglify-js manually fixes Travis builds

This commit is contained in:
Kovid Goyal 2017-06-09 20:31:32 +05:30
parent 4a0ac673c5
commit 858b21dadf
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -100,7 +100,7 @@ def main():
'https://download.calibre-ebook.com/travis/{}.tar.xz'.format(tball), SW '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']) print(os.environ['PATH'])
run('which rapydscript') run('which rapydscript')
run('rapydscript --version') run('rapydscript --version')