From 2aefc2b40dfd2aa109e386f9f8e293ac7321f5c5 Mon Sep 17 00:00:00 2001 From: Vijay A Date: Tue, 18 May 2021 05:16:25 +0530 Subject: Removed uninstall of 'node-sass' from nightly travis build - since it was causing incorrect commit into branch Updated Dockerfile for the same cmd --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 2495cb229..e8183dd9d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -58,8 +58,8 @@ before_install: fi install: - npm cache clean -f || travis_terminate 1 - - travis_retry npm uninstall node-gyp node-sass || travis_terminate 1 - - travis_retry npm i -g node-gyp@8.0.0 node-sass@5.0.0 || travis_terminate 1 + - travis_retry npm uninstall node-gyp || travis_terminate 1 + - travis_retry npm i -g node-gyp@8.0.0 || travis_terminate 1 - cd recipes && npm i && npm run package && cd .. || travis_terminate 1 - travis_retry npx lerna bootstrap || travis_terminate 1 before_script: -- cgit v1.2.3-70-g09d2