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 11:09:48 UTC

cordova-cli git commit: CB-9858 fixed failing appveyor and travis builds

Repository: cordova-cli
Updated Branches:
  refs/heads/master 0b635ef34 -> 83d3383dc


CB-9858 fixed failing appveyor and travis builds


Project: http://git-wip-us.apache.org/repos/asf/cordova-cli/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-cli/commit/83d3383d
Tree: http://git-wip-us.apache.org/repos/asf/cordova-cli/tree/83d3383d
Diff: http://git-wip-us.apache.org/repos/asf/cordova-cli/diff/83d3383d

Branch: refs/heads/master
Commit: 83d3383dc66d069ae902f100a407031f57bf93be
Parents: 0b635ef
Author: Steve Gill <st...@gmail.com>
Authored: Wed May 18 13:09:34 2016 +0200
Committer: Steve Gill <st...@gmail.com>
Committed: Wed May 18 13:09:41 2016 +0200

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


http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/83d3383d/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 371c706..0a36dbe 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,8 +16,13 @@ install:
   - git clone https://github.com/apache/cordova-lib --depth 10
   - cd cordova-lib/cordova-lib
   - npm link cordova-js
+  - (cd ../cordova-common && npm install && npm link)
+  - npm link cordova-common
+  - (cd ../cordova-fetch && npm link cordova-common && npm install && npm link)
+  - npm link cordova-fetch
   - npm install
   - npm link
   - cd ../../cordova-cli
   - npm link cordova-lib
+  - npm link cordova-common
   - npm install

http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/83d3383d/appveyor.yml
----------------------------------------------------------------------
diff --git a/appveyor.yml b/appveyor.yml
index 59998fb..820e3d2 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -15,8 +15,13 @@ install:
   - npm link cordova-js
   - npm install
   - npm link
+  - (cd ..\cordova-common && npm install && npm link)
+  - npm link cordova-common
+  - (cd ..\cordova-fetch && npm link cordova-common && npm install && npm link)
+  - npm link cordova-fetch
   - cd ..\..\cordova-cli
   - npm link cordova-lib
+  - npm link cordova-common
   - npm install
 
 build: off


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