Skip to content

Commit bdff1f8

Browse files
committed
update travis
1 parent ad61a90 commit bdff1f8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@ cache:
55
directories:
66
- "node_modules"
77
script: yarn test && codecov && yarn storybook:export
8+
before_deploy:
9+
# Set up git user name and email
10+
- git config --local user.name "jscottsmith"
11+
- git config --local user.email "jscsmith@gmail.com"
812
deploy:
913
provider: pages
1014
skip-cleanup: true
11-
name: jscottsmith
12-
email: jscsmith@gmail.com
1315
github-token: GITHUB_TOKEN
1416
# committer-from-gh: true
1517
verbose: true

0 commit comments

Comments
 (0)