Skip to content

Commit ba167d5

Browse files
committed
Corrected Travis CI script
1 parent d7920de commit ba167d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ script:
4141
after_success:
4242
# Push the daily tag when this build is a cron job
4343
- ./travis/add_daily_tag.sh
44-
# Push javadoc to GitHub pages and upload build artifacts to GitHub releases, depending on what initiated the build
45-
- ./travis/update_javadoc.sh
44+
# Push build artifacts to GitHub releases, push documentation and Web Start distribution to GitHub pages
4645
- ./travis/update_release.sh
46+
- ./travis/update_website.sh
4747

4848
notifications:
4949
# Notify the World Wind services mailing list on every build

0 commit comments

Comments
 (0)