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

cordova-lib git commit: Install and link cordova-serve before running cordova-lib tests.

Repository: cordova-lib
Updated Branches:
  refs/heads/master 49be6e17a -> b33dd04de


Install and link cordova-serve before running cordova-lib 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/b33dd04d
Tree: http://git-wip-us.apache.org/repos/asf/cordova-lib/tree/b33dd04d
Diff: http://git-wip-us.apache.org/repos/asf/cordova-lib/diff/b33dd04d

Branch: refs/heads/master
Commit: b33dd04de07d0f8fd9884ac4d11f3242dc5e033f
Parents: 49be6e1
Author: Tim Barham <ti...@microsoft.com>
Authored: Mon Oct 12 13:37:01 2015 -0700
Committer: Tim Barham <ti...@microsoft.com>
Committed: Mon Oct 19 13:58:05 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-lib/blob/b33dd04d/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index aa47620..02f6cbd 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -14,7 +14,11 @@ install:
   - npm install
   - npm test
   - npm link
+  - cd ../cordova-serve
+  - npm install
+  - npm link
   - cd ../cordova-lib
   - npm link cordova-js
   - npm link cordova-common
+  - npm link cordova-serve
   - npm install

http://git-wip-us.apache.org/repos/asf/cordova-lib/blob/b33dd04d/appveyor.yml
----------------------------------------------------------------------
diff --git a/appveyor.yml b/appveyor.yml
index 701d0d1..9fd3215 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -11,9 +11,13 @@ install:
   - npm install
   - npm test
   - npm link
+  - cd ..\cordova-serve
+  - npm install
+  - npm link
   - cd ..\cordova-lib
   - npm link cordova-js
   - npm link cordova-common
+  - npm link cordova-serve
   - npm install
 
 build: off


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