From 4ff474caeafc0025ad856030b3a4dcc5552f976e Mon Sep 17 00:00:00 2001 From: dmh Date: Wed, 13 Sep 2017 17:46:26 +0300 Subject: [PATCH] [TASK] update travis config --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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