We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7920de commit ba167d5Copy full SHA for ba167d5
.travis.yml
@@ -41,9 +41,9 @@ script:
41
after_success:
42
# Push the daily tag when this build is a cron job
43
- ./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
+ # Push build artifacts to GitHub releases, push documentation and Web Start distribution to GitHub pages
46
- ./travis/update_release.sh
+ - ./travis/update_website.sh
47
48
notifications:
49
# Notify the World Wind services mailing list on every build
0 commit comments