tiborm commented on a change in pull request #1349: METRON-2023 [UI] Covering Grok Parser Creation with Cypress tests URL: https://github.com/apache/metron/pull/1349#discussion_r262133885
########## File path: .travis.yml ########## @@ -35,8 +35,6 @@ before_install: - unzip -qq apache-maven-3.3.9-bin.zip - export M2_HOME=$PWD/apache-maven-3.3.9 - export PATH=$M2_HOME/bin:$PATH - - npm config set cache $HOME/.npm-cache --global - - npm config set prefix $HOME/.npm-prefix --global Review comment: Hence we moved to Travis native nodejs these settings are no longer needed. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
