You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ja...@apache.org on 2018/02/27 19:30:27 UTC

[cordova-docs] branch master updated: clarify description of automated build

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 09543e7  clarify description of automated build
09543e7 is described below

commit 09543e7f49d3101e90ba01858da22bd0628d4070
Author: Jan Piotrowski <pi...@gmail.com>
AuthorDate: Tue Feb 27 20:30:25 2018 +0100

    clarify description of automated build
---
 doc/building-and-deploying-the-website.md | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/doc/building-and-deploying-the-website.md b/doc/building-and-deploying-the-website.md
index ee5e30b..8f6a331 100644
--- a/doc/building-and-deploying-the-website.md
+++ b/doc/building-and-deploying-the-website.md
@@ -1,10 +1,12 @@
 ## Building and Deploying (Automated)
 
-### Travis 
+[Travis] automatically builds and publishes commits to `master` of this repository, so either merged Pull Requests or direct commits. 
 
-[Travis] automatically builds and publishes the website on every change. 
+In [`.travis.yml`](../.travis.yml), Travis installs the required dependencies and then runs `buildAndDeploy.sh`. This script runs the build script (`npm run-script build`, which runs `gulp build --prod`) and then then uses [SVN] to update, copy, add, and commit the new changes over to the website SVN repository. 
 
-In [travis.yml](../.travis.yml), Travis  installs required dependencies and runs the build script. Travis will build the full website for you by running `gulp build --prod` under the hood. Travis also uses [SVN] to update, copy, add, and commit the new changes over to the website. Committing to svn can only occur once the commit has been merged to master. You can read more about is happening under the hood with SVN [here](deploying-the-website.md). Travis also runs `npm test` and will no [...]
+You can read more about the individual steps [here](deploying-the-website.md).
+
+Travis also runs `npm test` and will notify you if any of your `eslint` or `mocha` tests are failing.
 
 **NOTE**: Committing to Travis might take a while (up to 1 hour), depending on the number of files changed.
 

-- 
To stop receiving notification emails like this one, please contact
janpio@apache.org.

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