Skip to content

Commit 3c2a41b

Browse files
committed
🔧 Update .travis.yml
Add before_script with setting a fake github global username and email to avoid the warning output at the CI build Signed-off-by: Carlos Cuesta <carloscuesta@me.com>
1 parent 292610a commit 3c2a41b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ language: node_js
22
node_js:
33
- '6'
44
- '4'
5+
before_script:
6+
- git config user.name "Travis CI"
7+
- git config user.email "mail@mail.com"
58
cache:
69
yarn: true
710
directories:

0 commit comments

Comments
 (0)