From 37141a1e3f46a6240459089e3af89a946707f347 Mon Sep 17 00:00:00 2001 From: vitaut Date: Thu, 21 May 2015 08:26:36 -0700 Subject: [PATCH] Install less-plugin-clean-css --- support/travis-build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/travis-build.py b/support/travis-build.py index 8fbf59c6..fd29ad0f3 100755 --- a/support/travis-build.py +++ b/support/travis-build.py @@ -23,7 +23,7 @@ if build == 'Doc': 'sudo tee /etc/apt/sources.list.d/nodesource.list', shell=True) check_call(['sudo', 'apt-get', 'update']) check_call(['sudo', 'apt-get', 'install', 'python-virtualenv', 'doxygen', 'nodejs']) - check_call(['npm', 'install', '-g', 'less']) + check_call(['npm', 'install', '-g', 'less', 'less-plugin-clean-css']) cppformat_dir = os.path.dirname(os.path.dirname(os.path.realpath(__file__))) sys.path.insert(0, os.path.join(cppformat_dir, 'doc')) import build