Skip to content

Commit 548bdc2

Browse files
committed
Not having anything to commit isn't an error
1 parent 56d7cdc commit 548bdc2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@ script:
1111
- cargo run --bin generate_readme
1212
- git config user.name "Carol (Nichols || Goulding)"
1313
- git config user.email "[email protected]"
14-
- git commit -am "Regenerate README"
15-
- git remote add upstream "https://[email protected]/carols10cents/rustlings.git"
16-
- git push -q upstream HEAD:master > /dev/null 2>&1
14+
- git commit -am "Regenerate README" && git remote add upstream "https://[email protected]/carols10cents/rustlings.git" && git push -q upstream HEAD:master > /dev/null 2>&1 || true
1715

1816
notifications:
1917
email:

0 commit comments

Comments
 (0)