We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4aa4cfe commit a8a60feCopy full SHA for a8a60fe
.travis.yml
@@ -18,9 +18,9 @@ script:
18
19
after_success:
20
- |
21
- if [[ "${TRAVIS_BRANCH}" == master && "${TRAVIS_PULL_REQUEST}" == false ]]; then
22
- # Commits to master that are not pull requests, that is, only
23
- # actual addition of code to master, should deploy the book to
24
- # the site.
25
- bash "${TRAVIS_BUILD_DIR}"/tools/deploy/update_site_travis.bash
26
- fi
+ if [[ "${TRAVIS_BRANCH}" == master && "${TRAVIS_PULL_REQUEST}" == false ]]; then
+ # Commits to master that are not pull requests, that is, only
+ # actual addition of code to master, should deploy the book to
+ # the site.
+ bash "${TRAVIS_BUILD_DIR}"/tools/deploy/update_site_travis.bash
+ fi
0 commit comments