diff options
| author | Carol (Nichols || Goulding) <carol.nichols@gmail.com> | 2018-03-05 10:00:53 -0500 |
|---|---|---|
| committer | Carol (Nichols || Goulding) <carol.nichols@gmail.com> | 2018-03-05 10:00:53 -0500 |
| commit | cda85957b9c99d86a7ab031fcace835f0519e03b (patch) | |
| tree | 0ac0ba6413a3bd142fd372c8f7e3b97e6f7af14d | |
| parent | cef6f8e05a769c96fe54c9d4a5bc7eafdcf2addd (diff) | |
Origin already exists, oops
| -rw-r--r-- | .travis.yml | 4 |
1 files 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: |
