From f6e8b0ea37580522a76b83859ee1c09d03681de2 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Sat, 16 May 2015 10:38:48 +0200 Subject: [PATCH] Try to fix travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9ec191115..fceef1322 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ python: - "3.4" install: - pip install -q -r src/requirements.txt - - npm install less@2.5.0 + - npm install -g less@2.5.0 before_script: - cd src - flake8 --ignore=E123,F403,F401,N802,C901,W503 .