Skip to content

Commit 00fa466

Browse files
authored
Disabled Travis CI deployment in preparation for project suspension (NASAWorldWind#165)
1 parent cb865f4 commit 00fa466

File tree

2 files changed

+24
-24
lines changed

2 files changed

+24
-24
lines changed

.travis.yml

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -24,25 +24,25 @@ before_script:
2424
script:
2525
- ant build
2626

27-
# Deploy build artifacts. Travis does not invoke this step for pull request builds
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+
# 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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ and/or concerns, please feel free to email at:
1111
worldwind-info@lists.nasa.gov
1212
```
1313

14-
[![Build Status](https://travis-ci.org/NASAWorldWind/WorldWindJava.svg?branch=develop)](https://travis-ci.org/NASAWorldWind/WorldWindJava)
14+
[![Build Status](https://travis-ci.com/NASAWorldWind/WorldWindJava.svg?branch=develop)](https://travis-ci.com/NASAWorldWind/WorldWindJava)
1515

1616
3D virtual globe API for desktop Java, developed by NASA. Provides a geographic context with high-resolution terrain, for visualizing geographic or geo-located information in 3D and 2D. Developers can customize the globe's terrain and imagery. Provides a collection of shapes for displaying and interacting with geographic data and representing a range of geometric objects.
1717

@@ -25,7 +25,7 @@ Official WorldWind Java releases have the latest stable features, enhancements a
2525

2626
- [GitHub Releases](https://github.com/NASAWorldWind/WorldWindJava/releases/) documents official releases
2727
- [GitHub Milestones](https://github.com/NASAWorldWind/WorldWindJava/milestones) documents upcoming releases and the development roadmap
28-
- [Travis CI](https://travis-ci.org/NASAWorldWind/WorldWindJava) provides continuous integration and build automation
28+
- [Travis CI](https://travis-ci.com/NASAWorldWind/WorldWindJava) provides continuous integration and build automation
2929

3030
## Run a Demo
3131

0 commit comments

Comments
 (0)