We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 428e99e commit c842e2fCopy full SHA for c842e2f
1 file changed
.travis.yml
@@ -30,9 +30,9 @@ install:
30
- npm install
31
32
script:
33
- - npm run build --silent
34
- - npm run lint --silent
35
- - npm run cover --silent
+ - npm run build
+ - npm run lint
+ - npm run cover
36
37
after_success:
38
- 'nyc report --reporter=lcov > coverage.lcov && bash <(curl -s https://codecov.io/bash) -f coverage/lcov.info'
@@ -47,7 +47,8 @@ jobs:
47
- git config --replace-all remote.origin.fetch +refs/heads/*:refs/remotes/origin/*
48
- git fetch --tags
49
50
- script: skip
+ script:
51
52
53
- npm run semantic-release
54
0 commit comments