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 db0671d commit a5e960cCopy full SHA for a5e960c
.travis.yml
@@ -58,7 +58,7 @@ after_success:
58
- pylint mini_lambda # note that at the moment the report is simply lost, we dont transform the result into anything
59
# ***documentation***
60
- mkdocs build -f docs/mkdocs.yml
61
- - if [ "${TRAVIS_PULL_REQUEST}" = "true" ]; then exit 0; fi;
+ - if [ "${TRAVIS_PULL_REQUEST}" != "false" ]; then exit 0; fi;
62
- mv reports/junit site/
63
# mkdocs gh-deploy requires special care :
64
# ---grant the possibility to push on the repo---
0 commit comments