diff options
| author | Carol (Nichols || Goulding) <carol.nichols@gmail.com> | 2018-03-05 20:05:18 -0500 |
|---|---|---|
| committer | Carol (Nichols || Goulding) <carol.nichols@gmail.com> | 2018-03-05 20:05:27 -0500 |
| commit | 548bdc2c5ef1ae910290194ce84c1a8ac68078b7 (patch) | |
| tree | 8ee74f9c3b63bc6f170b8049c89ca89e99c17a5c | |
| parent | 56d7cdcfb1080dead28566cce4e156f6da0ad139 (diff) | |
Not having anything to commit isn't an error
| -rw-r--r-- | .travis.yml | 4 |
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: |
