Skip to content

Commit 0830438

Browse files
committed
update travis
1 parent 71530c2 commit 0830438

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
@@ -8,9 +8,11 @@ script: yarn test && codecov && yarn storybook:export
88
deploy:
99
provider: pages
1010
skip-cleanup: true
11-
user: jscottsmith
11+
name: jscottsmith
1212
email: jscsmith@gmail.com
13-
github-token: GITHUB_TOKEN
13+
github-token: $GITHUB_TOKEN
14+
committer-from-gh: true
15+
verbose: true
1416
# keep-history: true
1517
local-dir: build
1618
on:

0 commit comments

Comments
 (0)