From 10a464cbd4daff8296e7ef04bf6697591e0e445f Mon Sep 17 00:00:00 2001 From: "Carol (Nichols || Goulding)" Date: Mon, 5 Mar 2018 10:05:53 -0500 Subject: [PATCH] lol i know how to use git i swear --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d263ad2..ae35462 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ script: - cargo run --bin generate_readme - git config user.name "Carol (Nichols || Goulding)" - git config user.email "carol.nichols@gmail.com" - - git commit -a "Regenerate README" + - git commit -am "Regenerate README" - git remote add upstream "https://$GH_TOKEN@github.com/carols10cents/rustlings.git" - git push -q upstream HEAD:master > /dev/null 2>&1