Skip to content

Commit f351d6b

Browse files
committed
Set Ribby as git user before scripts run
1 parent aa733de commit f351d6b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ install:
2727
- yarn
2828

2929
before_script:
30+
# Set Ribby as git user
31+
- git config user.name "Ribby"
32+
- git config user.email "[email protected]"
33+
3034
- yarn format:check
3135
- yarn lint
3236
- yarn build

0 commit comments

Comments
 (0)