Skip to content
This repository was archived by the owner on Nov 18, 2024. It is now read-only.

Commit d8ab740

Browse files
committed
fix ci script
1 parent eeb1f67 commit d8ab740

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ before_script:
1212
- npm install -g codecov
1313

1414
script:
15-
- npm run unit
15+
- npm run test:unit
1616
- codecov --token=$CODECOV_TOKEN
1717

1818
deploy:
@@ -24,7 +24,7 @@ deploy:
2424
tags: true
2525
repo: laomao800/vue-item-list-selector
2626
- provider: pages
27-
local-dir: dist
27+
local-dir: demo
2828
skip-cleanup: true
2929
github-token: $GITHUB_TOKEN
3030
on:

0 commit comments

Comments
 (0)