Skip to content

Commit

Permalink
fix ci script
Browse files Browse the repository at this point in the history
  • Loading branch information
laomao800 committed Dec 14, 2018
1 parent eeb1f67 commit d8ab740
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -12,7 +12,7 @@ before_script:
- npm install -g codecov

script:
- npm run unit
- npm run test:unit
- codecov --token=$CODECOV_TOKEN

deploy:
Expand All @@ -24,7 +24,7 @@ deploy:
tags: true
repo: laomao800/vue-item-list-selector
- provider: pages
local-dir: dist
local-dir: demo
skip-cleanup: true
github-token: $GITHUB_TOKEN
on:
Expand Down

0 comments on commit d8ab740

Please sign in to comment.