From cef6f8e05a769c96fe54c9d4a5bc7eafdcf2addd Mon Sep 17 00:00:00 2001
From: "Carol (Nichols || Goulding)" <carol.nichols@gmail.com>
Date: Sun, 4 Mar 2018 17:14:07 -0500
Subject: [PATCH] Auto commit changes to the README

Let's see if this infinite loops or not...
---
 .travis.yml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index be09ffb..f07df36 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,7 +9,11 @@ cache:
 
 script:
   - cargo run --bin generate_readme
-  - git diff
+  - git config user.name "Carol (Nichols || Goulding)"
+  - git config user.email "carol.nichols@gmail.com"
+  - git commit -a "Regenerate README"
+  - git remote add origin "https://$GH_TOKEN@github.com/carols10cents/rustlings.git"
+  - git push -q origin HEAD:master > /dev/null 2>&1
 
 notifications:
   email: