This is an automated email from the ASF dual-hosted git repository.

rohit pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack-primate.git


The following commit(s) were added to refs/heads/master by this push:
     new 43abe8a  travis: remove before_install
43abe8a is described below

commit 43abe8a8d1efd038c46e3678676ddd6b73d57127
Author: Rohit Yadav <[email protected]>
AuthorDate: Thu Apr 30 17:34:36 2020 +0530

    travis: remove before_install
    
    Signed-off-by: Rohit Yadav <[email protected]>
---
 .travis.yml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 161647b..b90555b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -20,7 +20,5 @@ node_js:
   - 12
 cache:
   npm: false
-before_install:
-  - npm i -g npm@version-number
 script:
   - npm run lint && npm run build

Reply via email to