Bladeren bron

fix less to stable version

3.0 is still alpha and currently breaks when building styles
marc 7 jaren geleden
bovenliggende
commit
db27c6fa5f
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1
    1
      .travis.yml

+ 1
- 1
.travis.yml Bestand weergeven

@@ -13,7 +13,7 @@ python:
13 13
 before_install:
14 14
   - "export DISPLAY=:99.0"
15 15
   - "sh -e /etc/init.d/xvfb start"
16
-  - npm install less less-plugin-clean-css grunt-cli
16
+  - npm install less@2.7 less-plugin-clean-css grunt-cli
17 17
   - export PATH=`pwd`/node_modules/.bin:$PATH
18 18
   - ./manage.sh install_geckodriver ~/drivers
19 19
   - export PATH=~/drivers:$PATH