Skip to content

Commit b5d4353

Browse files
authored
Merge pull request #74 from lgeiger/fix-docs
Travis: Fix docs and remove unnecessary script
2 parents 5b0d3c1 + c2e4a65 commit b5d4353

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,6 @@ install:
4141
script: if [[ -z "$ELECTRON" ]]; then travis_retry npm run coverage; else travis_retry npm run test:electron; fi
4242

4343
after_success:
44-
- 'if [[ $DEPLOY == true && $TRAVIS_OS_NAME == linux]]; then bash <(curl -s https://codecov.io/bash); fi'
45-
46-
after_sucess:
4744
- bash ./scripts/publish_docs.sh
4845

4946
deploy:

0 commit comments

Comments
 (0)