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 25f2c99 + 42ac3e7 commit 5e60ae3Copy full SHA for 5e60ae3
codecov.yml
@@ -1,5 +1,5 @@
1
comment:
2
- layout: header, changes, diff
+ layout: header
3
coverage:
4
status:
5
patch:
scripts/publish_docs.sh
#!/bin/bash
-if [[ $TRAVIS_PULL_REQUEST == false && $TRAVIS_BRANCH == "master" && $DEPLOY == "true" ]]
+if [[ $TRAVIS_PULL_REQUEST == false && $TRAVIS_BRANCH == "master" && $DEPLOY == "true" && $TRAVIS_OS_NAME == "linux" ]]
then
npm run build:docs
0 commit comments