Skip to content

Commit 7292b69

Browse files
committed
fix(package): update packages
1 parent 7101763 commit 7292b69

File tree

3 files changed

+2461
-916
lines changed

3 files changed

+2461
-916
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ before_script:
1919
- npm prune
2020
script:
2121
- npm run lint
22-
- npm run test:cover
22+
- npm run test
2323
after_success:
2424
- npm run build
25-
- npm run coveralls
25+
# - npm run coveralls
2626
- bash <(curl -s https://codecov.io/bash)
2727
- npm run publish:docs
2828
- npm run semantic-release

0 commit comments

Comments
 (0)