File tree Expand file tree Collapse file tree 1 file changed +22
-22
lines changed Expand file tree Collapse file tree 1 file changed +22
-22
lines changed Original file line number Diff line number Diff line change @@ -24,25 +24,25 @@ before_script:
2424script :
2525 - ant build
2626
27- # Deployment has been disabled in preparation for the WorldWind project suspension on April 5, 2019
28- # deploy:
29- # # Publish API documentation to GitHub Pages
30- # - provider: pages
31- # github_token: $GITHUB_API_KEY
32- # local_dir: build/doc/javadoc
33- # skip_cleanup: true
34- # on:
35- # branch: develop
36- # # Create CHANGELOG.md in the current directory
37- # - provider: script
38- # script: ./travis/changelog.sh >> CHANGELOG.md
39- # skip_cleanup: true
40- # on:
41- # tags: true
42- # # Create a GitHub release and publish CHANGELOG.md to the release assets
43- # - provider: releases
44- # api_key: $GITHUB_API_KEY
45- # file: CHANGELOG.md
46- # skip_cleanup: true
47- # on:
48- # tags: true
27+ # Deploy develop branch javadocs to gh_pages, and create and deploy CHANGELOG.md on tags
28+ deploy :
29+ # Publish API documentation to GitHub Pages
30+ - provider : pages
31+ github_token : $GITHUB_API_KEY
32+ local_dir : build/doc/javadoc
33+ skip_cleanup : true
34+ on :
35+ branch : develop
36+ # Create CHANGELOG.md in the current directory
37+ - provider : script
38+ script : ./travis/changelog.sh >> CHANGELOG.md
39+ skip_cleanup : true
40+ on :
41+ tags : true
42+ # Create a GitHub release and publish CHANGELOG.md to the release assets
43+ - provider : releases
44+ api_key : $GITHUB_API_KEY
45+ file : CHANGELOG.md
46+ skip_cleanup : true
47+ on :
48+ tags : true
You can’t perform that action at this time.
0 commit comments