summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarol (Nichols || Goulding) <carol.nichols@gmail.com>2018-03-05 10:05:53 -0500
committerCarol (Nichols || Goulding) <carol.nichols@gmail.com>2018-03-05 10:05:53 -0500
commit10a464cbd4daff8296e7ef04bf6697591e0e445f (patch)
tree2329f8bec1fa3cb460f717fb1c261f6b3c1fced1
parentcda85957b9c99d86a7ab031fcace835f0519e03b (diff)
lol i know how to use git i swear
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
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