You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2016/05/18 10:51:49 UTC

cordova-lib git commit: CB-9858 fixed failing travis and appveyor tests

Repository: cordova-lib
Updated Branches:
  refs/heads/master eee5d4906 -> 2aac44344


CB-9858 fixed failing travis and appveyor tests


Project: http://git-wip-us.apache.org/repos/asf/cordova-lib/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-lib/commit/2aac4434
Tree: http://git-wip-us.apache.org/repos/asf/cordova-lib/tree/2aac4434
Diff: http://git-wip-us.apache.org/repos/asf/cordova-lib/diff/2aac4434

Branch: refs/heads/master
Commit: 2aac4434486278379f22ca0715eec5f506401671
Parents: eee5d49
Author: Steve Gill <st...@gmail.com>
Authored: Wed May 18 12:51:40 2016 +0200
Committer: Steve Gill <st...@gmail.com>
Committed: Wed May 18 12:51:40 2016 +0200

----------------------------------------------------------------------
 .travis.yml  | 1 +
 appveyor.yml | 4 ++++
 2 files changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-lib/blob/2aac4434/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 606d6bd..c1d22ed 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,6 +13,7 @@ install:
   - npm link ../cordova-js
   - npm link ../cordova-common
   - npm link ../cordova-serve
+  - (cd ../cordova-fetch && npm link ../cordova-common && npm install)
   - npm link ../cordova-fetch
   - npm install
   # Workaround for npm/npm#10343 when dependency of linked module is moved to dependent

http://git-wip-us.apache.org/repos/asf/cordova-lib/blob/2aac4434/appveyor.yml
----------------------------------------------------------------------
diff --git a/appveyor.yml b/appveyor.yml
index dc26ed4..b6a02cd 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -7,6 +7,10 @@ install:
   - npm link ../cordova-js
   - npm link ../cordova-common
   - npm link ../cordova-serve
+  - cd ../cordova-fetch
+  - npm link ../cordova-common
+  - npm install
+  - cd ../cordova-lib
   - npm link ../cordova-fetch
   - npm install
 


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