You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ro...@apache.org on 2020/04/30 12:04:56 UTC

[cloudstack-primate] branch master updated: travis: remove before_install

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 <ro...@shapeblue.com>
AuthorDate: Thu Apr 30 17:34:36 2020 +0530

    travis: remove before_install
    
    Signed-off-by: Rohit Yadav <ro...@shapeblue.com>
---
 .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