Skip to content

Commit 6550573

Browse files
committed
Fix for travis error
1 parent 7ccc616 commit 6550573

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.travis.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ install:
1818
- yarn generate:gh-pages
1919

2020
deploy:
21-
- provider: pages
22-
skip_cleanup: true
23-
github_token: $GITHUB_ACCESS_TOKEN
24-
target_branch: gh-pages
25-
local_dir: dist
26-
on:
27-
branch: master
21+
provider: pages
22+
skip_cleanup: true
23+
github_token: $GITHUB_ACCESS_TOKEN
24+
target_branch: gh-pages
25+
local_dir: dist
26+
on:
27+
branch: master

0 commit comments

Comments
 (0)