Skip to content

Commit ff1afe9

Browse files
committed
Update .travis.yml
1 parent d5a732b commit ff1afe9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.travis.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,11 @@ script:
88
- npm run test:unit
99
after_script:
1010
- cat ./coverage/lcov.info | coveralls
11+
- npm run build
1112
deploy:
12-
provider: script
13+
provider: pages
1314
skip_cleanup: true
14-
script: bash ./deploy.sh
15+
github_token: $GITHUB_TOKEN
16+
local_dir: dist
1517
on:
1618
branch: master

0 commit comments

Comments
 (0)