summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarol (Nichols || Goulding) <carol.nichols@gmail.com>2018-03-05 20:05:18 -0500
committerCarol (Nichols || Goulding) <carol.nichols@gmail.com>2018-03-05 20:05:27 -0500
commit548bdc2c5ef1ae910290194ce84c1a8ac68078b7 (patch)
tree8ee74f9c3b63bc6f170b8049c89ca89e99c17a5c
parent56d7cdcfb1080dead28566cce4e156f6da0ad139 (diff)
Not having anything to commit isn't an error
-rw-r--r--.travis.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index ae35462..684b265 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,9 +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 -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
+ - 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 || true
notifications:
email: