You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ja...@apache.org on 2018/11/21 20:55:34 UTC

[cordova-lib] 01/01: npm ci

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

janpio pushed a commit to branch janpio-npm_ci
in repository https://gitbox.apache.org/repos/asf/cordova-lib.git

commit ae30d07d41e621556ab65110d21cd1a353119a49
Author: Jan Piotrowski <pi...@gmail.com>
AuthorDate: Wed Nov 21 21:55:27 2018 +0100

    npm ci
---
 .travis.yml | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 969022b..d9a6be4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,12 +9,7 @@ node_js:
   - "10"
 
 install:
-  - npm install
-  # Workaround for npm/npm#10343 when dependency of linked module is moved to dependent
-  # module's 'node_modules' In our case 'cordova-common' -> jshint' -> 'cli' dependency
-  # is moved to 'cordova-lib' and hence 'npm run jshint' on 'cordova-common' is failing
-  #- "(cd cordova-common && npm install)"
-  #- (cd cordova-fetch && npm install && npm link ../cordova-common)
+  - npm ci
 
 script:
   - npm run cover


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org