We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71530c2 commit 0830438Copy full SHA for 0830438
.travis.yml
@@ -8,9 +8,11 @@ script: yarn test && codecov && yarn storybook:export
8
deploy:
9
provider: pages
10
skip-cleanup: true
11
- user: jscottsmith
+ name: jscottsmith
12
email: jscsmith@gmail.com
13
- github-token: GITHUB_TOKEN
+ github-token: $GITHUB_TOKEN
14
+ committer-from-gh: true
15
+ verbose: true
16
# keep-history: true
17
local-dir: build
18
on:
0 commit comments