You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2017/11/14 10:39:02 UTC

[GitHub] janpio commented on a change in pull request #760: CB-13543 : updated instructions/documentation around travis build/dep?

janpio commented on a change in pull request #760: CB-13543 : updated instructions/documentation around travis build/dep?
URL: https://github.com/apache/cordova-docs/pull/760#discussion_r150795585
 
 

 ##########
 File path: doc/building-and-deploying-the-website.md
 ##########
 @@ -0,0 +1,22 @@
+## 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. 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. 
 
 Review comment:
   Maybe add some information how Travis is setup and configured (after the first sentence maybe?).

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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