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.
2 parents 5b0d3c1 + c2e4a65 commit b5d4353Copy full SHA for b5d4353
.travis.yml
@@ -41,9 +41,6 @@ install:
41
script: if [[ -z "$ELECTRON" ]]; then travis_retry npm run coverage; else travis_retry npm run test:electron; fi
42
43
after_success:
44
- - 'if [[ $DEPLOY == true && $TRAVIS_OS_NAME == linux]]; then bash <(curl -s https://codecov.io/bash); fi'
45
-
46
-after_sucess:
47
- bash ./scripts/publish_docs.sh
48
49
deploy:
0 commit comments