diff --git a/cookbook/githubbackup/index.html b/cookbook/githubbackup/index.html
index 4035e3efaf..c39111777f 100644
--- a/cookbook/githubbackup/index.html
+++ b/cookbook/githubbackup/index.html
@@ -231,6 +231,39 @@ git push origin master
Every time you run this script, you will be prompted for a comment to describe the change(s) that you are commiting. This comment will be displayed beside each changed file on GitHub and will be stored after each commit. You will also be asked to enter your GitHub username and password (or ssh key passphrase if you use GitHub with ssh).
+ Step 7: Configuration file testing
+
+Travis CI is a continuous intigration testing system that runs every time the code in your repository is updated and allows you to validate that your code works on a fresh install.
+
+
+ - Authorise Travis CI to have access to your github repos.
+ - Create the build script that travis will run to test your repo.
+ - Create a dummy secrets.yaml for Travis.
+
+
+Example .travis.yml
+language: python
+python:
+ - "3.4"
+before_install:
+ - mv travis_secrets.yaml secrets.yaml
+install:
+ - pip3 install homeassistant
+script:
+ - hass -c . --script check_config
+
+
+
+Since the secrets.yaml should not be stored in your repo for security reasons, you won’t be able to access it at build time. Creating a dummy secrets.yaml is as simple as creating a new file that mimics your existing secrets.yaml with the required keys, but not their value.
+
+#travis_secrets.yaml
+http_api: 000000000000000000000000
+home_latitude: 00.00000
+home_longitude: 00.0000
+home_elevation: 0
+
+
+
Extra commands
You can enter these commands to get a list of the files in your local git repository and a status of files that have changed but not commited yet:
diff --git a/sitemap.xml b/sitemap.xml
index fc1b1782a5..637a85ec47 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -2818,62 +2818,62 @@
https://home-assistant.io/demo/frontend.html
-2017-02-22T06:10:22+00:00
+2017-02-22T08:42:04+00:00
https://home-assistant.io/demo/index.html
-2017-02-22T06:10:22+00:00
+2017-02-22T08:42:04+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-event.html
-2017-02-22T06:10:22+00:00
+2017-02-22T08:42:04+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-info.html
-2017-02-22T06:10:22+00:00
+2017-02-22T08:42:04+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-service.html
-2017-02-22T06:10:22+00:00
+2017-02-22T08:42:04+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-state.html
-2017-02-22T06:10:22+00:00
+2017-02-22T08:42:04+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-template.html
-2017-02-22T06:10:22+00:00
+2017-02-22T08:42:04+00:00
https://home-assistant.io/demo/panels/ha-panel-history.html
-2017-02-22T06:10:22+00:00
+2017-02-22T08:42:04+00:00
https://home-assistant.io/demo/panels/ha-panel-iframe.html
-2017-02-22T06:10:22+00:00
+2017-02-22T08:42:04+00:00
https://home-assistant.io/demo/panels/ha-panel-logbook.html
-2017-02-22T06:10:22+00:00
+2017-02-22T08:42:04+00:00
https://home-assistant.io/demo/panels/ha-panel-map.html
-2017-02-22T06:10:22+00:00
+2017-02-22T08:42:04+00:00
https://home-assistant.io/googlef4f3693c209fe788.html
-2017-02-22T06:10:22+00:00
+2017-02-22T08:42:04+00:00
https://home-assistant.io/static/fonts/roboto/DESCRIPTION.en_us.html
-2017-02-22T06:10:22+00:00
+2017-02-22T08:42:05+00:00
https://home-assistant.io/static/fonts/robotomono/DESCRIPTION.en_us.html
-2017-02-22T06:10:22+00:00
+2017-02-22T08:42:05+00:00
https://home-assistant.io/static/mdi-demo.html
-2017-02-22T06:10:22+00:00
+2017-02-22T08:42:05+00:00