From cda85957b9c99d86a7ab031fcace835f0519e03b Mon Sep 17 00:00:00 2001 From: "Carol (Nichols || Goulding)" Date: Mon, 5 Mar 2018 10:00:53 -0500 Subject: [PATCH] Origin already exists, oops --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index f07df36..d263ad2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,8 +12,8 @@ script: - 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 + - git remote add upstream "https://$GH_TOKEN@github.com/carols10cents/rustlings.git" + - git push -q upstream HEAD:master > /dev/null 2>&1 notifications: email: