Skip to content

Commit a5e960c

Browse files
authored
Update .travis.yml
1 parent db0671d commit a5e960c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ after_success:
5858
- pylint mini_lambda # note that at the moment the report is simply lost, we dont transform the result into anything
5959
# ***documentation***
6060
- mkdocs build -f docs/mkdocs.yml
61-
- if [ "${TRAVIS_PULL_REQUEST}" = "true" ]; then exit 0; fi;
61+
- if [ "${TRAVIS_PULL_REQUEST}" != "false" ]; then exit 0; fi;
6262
- mv reports/junit site/
6363
# mkdocs gh-deploy requires special care :
6464
# ---grant the possibility to push on the repo---

0 commit comments

Comments
 (0)