Repository: cordova-coho Updated Branches: refs/heads/master 3b6c5ba41 -> e0d3781ae
removed execution of tests from nightly script Project: http://git-wip-us.apache.org/repos/asf/cordova-coho/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-coho/commit/e0d3781a Tree: http://git-wip-us.apache.org/repos/asf/cordova-coho/tree/e0d3781a Diff: http://git-wip-us.apache.org/repos/asf/cordova-coho/diff/e0d3781a Branch: refs/heads/master Commit: e0d3781ae518b0adbef3cd8414a070bf1e456829 Parents: 3b6c5ba Author: Steve Gill <[email protected]> Authored: Mon Nov 24 16:36:11 2014 -0800 Committer: Steve Gill <[email protected]> Committed: Mon Nov 24 16:36:11 2014 -0800 ---------------------------------------------------------------------- src/nightly.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-coho/blob/e0d3781a/src/nightly.js ---------------------------------------------------------------------- diff --git a/src/nightly.js b/src/nightly.js index 334f549..d446e61 100644 --- a/src/nightly.js +++ b/src/nightly.js @@ -114,7 +114,9 @@ module.exports = function*(argv) { yield npmlink(); //run CLI + cordova-lib tests - yield runTests(cli, cordovaLib); + //NOTE: Commented out because of issues running on jenkins machine. + //Will rely on medic to test nightlys instead + //yield runTests(cli, cordovaLib); //create options object var options = {}; --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
