Skip to content

Commit

Permalink
fix: 自动更新文档
Browse files Browse the repository at this point in the history
  • Loading branch information
lijinke666 committed Sep 6, 2018
1 parent ca7d38c commit a2e9379
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,10 @@ cache:
- ".eslintcache"
- "node_modules"

before_script : "yarn test -u"
before_script : "yarn test -- -u"

script:
- yarn lint
- yarn test
- yarn pub:doc

after_script: "yarn coverage"

0 comments on commit a2e9379

Please sign in to comment.