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:19:14 UTC

[cordova-docs] branch master updated: move testing into own file

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 95baec6  move testing into own file
95baec6 is described below

commit 95baec60b2c3d16a8be5b1bdbaca60106ace441d
Author: Jan Piotrowski <pi...@gmail.com>
AuthorDate: Tue Feb 27 20:19:13 2018 +0100

    move testing into own file
---
 doc/building-and-deploying-the-website.md | 16 ++++------------
 1 file changed, 4 insertions(+), 12 deletions(-)

diff --git a/doc/building-and-deploying-the-website.md b/doc/building-and-deploying-the-website.md
index 571c007..ee5e30b 100644
--- a/doc/building-and-deploying-the-website.md
+++ b/doc/building-and-deploying-the-website.md
@@ -1,20 +1,12 @@
 ## Building and Deploying (Automated)
 
-### Testing
-
-After you are finished developing and making your changes, make sure to test them. Run:
-
-	npm test
-
-`npm test` runs both [eslint] and [mocha] tests. If your tests pass, commit and push your work to Github.
-
 ### Travis 
 
-[Travis] automatically builds and publishes the website on every change. 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  [...]
+[Travis] automatically builds and publishes the website on every change. 
+
+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 [...]
 
 **NOTE**: Committing to Travis might take a while (up to 1 hour), depending on the number of files changed.
 
 [Travis]: https://travis-ci.org/
-[eslint]: https://eslint.org/
-[mocha]: https://mochajs.org/
-[SVN]: http://svnbook.red-bean.com/en/1.7/svn.intro.quickstart.html
\ No newline at end of file
+[SVN]: http://svnbook.red-bean.com/en/1.7/svn.intro.quickstart.html

-- 
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