diff --git a/.travis.yml b/.travis.yml index 54361d73..0fa124c0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,6 +37,7 @@ before_script: # Restore composer.json - git checkout composer.json - export TYPO3_PATH_WEB=$PWD/.Build/Web + - npm install -g grunt-cli script: @@ -48,4 +49,4 @@ script: - > echo; echo "Running grunt lessCompile"; - grunt compileLess \ No newline at end of file + grunt compileLess