Skip to content

Commit a8a60fe

Browse files
leiosberquist
authored andcommitted
adding smallscale fix to .travis.yml file. (#422)
Does this fix the travis stuff?
1 parent 4aa4cfe commit a8a60fe

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.travis.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ script:
1818

1919
after_success:
2020
- |
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
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

0 commit comments

Comments
 (0)