Skip to content

Commit 50c3aa7

Browse files
authored
Fix build ordering (#1531)
Fix build ordering
2 parents 0003cff + 63869f0 commit 50c3aa7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,15 +89,15 @@ after_success:
8989
make annotate
9090
make build
9191
92+
# Publish to GH
93+
bin/publish
94+
9295
# monthly cron job to make release
9396
if [ "$TRAVIS_EVENT_TYPE" == "cron" ]
9497
then
9598
python bin/make_release.py
9699
bin/publish-archive
97100
fi
98-
99-
# Publish to GH
100-
bin/publish
101101
elif [ "$TRAVIS_PULL_REQUEST" == "false" -a "$TRAVIS_TAG" != "" -a "$CHECK" == "site-build" ]
102102
then
103103
# Do not publish old versions live, and do not update badges since not pushing to gh-pages.

0 commit comments

Comments
 (0)