commit: db27c6fa5f2845c0ff533d324a51400f4a625cea
parent 54f0ab1f3bd6bcd05eb2108a3a2eeaf5bd71ab61
Author: marc <a01200356@itesm.mx>
Date: Tue, 10 Oct 2017 19:10:36 -0500
fix less to stable version
3.0 is still alpha and currently breaks when building styles
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
@@ -13,7 +13,7 @@ python:
before_install:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- - npm install less less-plugin-clean-css grunt-cli
+ - npm install less@2.7 less-plugin-clean-css grunt-cli
- export PATH=`pwd`/node_modules/.bin:$PATH
- ./manage.sh install_geckodriver ~/drivers
- export PATH=~/drivers:$PATH