From 858b21dadfd50f98f86e71b025ab6fc262ea5c6f Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 9 Jun 2017 20:31:32 +0530 Subject: [PATCH] See if installing uglify-js manually fixes Travis builds --- setup/unix-ci.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/unix-ci.py b/setup/unix-ci.py index 97be4f3926..4c7d09f8da 100644 --- a/setup/unix-ci.py +++ b/setup/unix-ci.py @@ -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')