You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ra...@apache.org on 2019/04/01 14:25:34 UTC

[cordova-lib] branch master updated: Minor cleanup of CI configs (#760)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 6aed5d0  Minor cleanup of CI configs (#760)
6aed5d0 is described below

commit 6aed5d0f8a97bc3af466fb9669ad4fe0dec5a846
Author: Raphael von der GrĂ¼n <ra...@gmail.com>
AuthorDate: Mon Apr 1 16:25:29 2019 +0200

    Minor cleanup of CI configs (#760)
    
    * Cleanup CI configs
    
    * Shallowly clone in AppVeyor CI
---
 .travis.yml  |  5 -----
 appveyor.yml | 13 +++----------
 2 files changed, 3 insertions(+), 15 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 969022b..942b0ee 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,11 +10,6 @@ node_js:
 
 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)
 
 script:
   - npm run cover
diff --git a/appveyor.yml b/appveyor.yml
index e8d29cf..edc8c82 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -1,6 +1,8 @@
 # appveyor file
 # http://www.appveyor.com/docs/appveyor-yml
 
+shallow_clone: true
+
 environment:
   matrix:
   - nodejs_version: "6"
@@ -10,15 +12,6 @@ environment:
 install:
   - ps: Install-Product node $env:nodejs_version
   - 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
-  #- cd ../
 
 build: off
 
@@ -27,4 +20,4 @@ test_script:
   - set "PATH=%PATH%;C:\Program Files\Git\mingw64\libexec\git-core"
   - node --version
   - npm --version
-  - "npm test"
+  - npm test


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