Skip to content

Commit

Permalink
[TASK] update travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
dmh committed Sep 13, 2017
1 parent 8f9a4e6 commit 4ff474c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand All @@ -48,4 +49,4 @@ script:
- >
echo;
echo "Running grunt lessCompile";
grunt compileLess
grunt compileLess

0 comments on commit 4ff474c

Please sign in to comment.