From 002b0802274540718c1af50de070bd1181d44ac8 Mon Sep 17 00:00:00 2001 From: David Collins Date: Mon, 25 Mar 2019 09:20:55 -0700 Subject: [PATCH] Disabled Travis CI deployment in preparation for project suspension (#165) --- .travis.yml | 44 ++++++++++++++++++++++---------------------- README.md | 4 ++-- 2 files changed, 24 insertions(+), 24 deletions(-) diff --git a/.travis.yml b/.travis.yml index e42774f99d..e5316c15c4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,25 +24,25 @@ before_script: script: - ant build -# Deploy build artifacts. Travis does not invoke this step for pull request builds -deploy: - # Publish API documentation to GitHub Pages - - provider: pages - github_token: $GITHUB_API_KEY - local_dir: build/doc/javadoc - skip_cleanup: true - on: - branch: develop - # Create CHANGELOG.md in the current directory - - provider: script - script: ./travis/changelog.sh >> CHANGELOG.md - skip_cleanup: true - on: - tags: true - # Create a GitHub release and publish CHANGELOG.md to the release assets - - provider: releases - api_key: $GITHUB_API_KEY - file: CHANGELOG.md - skip_cleanup: true - on: - tags: true +# Deployment has been disabled in preparation for the WorldWind project suspension on April 5, 2019 +#deploy: +# # Publish API documentation to GitHub Pages +# - provider: pages +# github_token: $GITHUB_API_KEY +# local_dir: build/doc/javadoc +# skip_cleanup: true +# on: +# branch: develop +# # Create CHANGELOG.md in the current directory +# - provider: script +# script: ./travis/changelog.sh >> CHANGELOG.md +# skip_cleanup: true +# on: +# tags: true +# # Create a GitHub release and publish CHANGELOG.md to the release assets +# - provider: releases +# api_key: $GITHUB_API_KEY +# file: CHANGELOG.md +# skip_cleanup: true +# on: +# tags: true diff --git a/README.md b/README.md index dda7a78ad4..3ba0e43a27 100755 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ and/or concerns, please feel free to email at: worldwind-info@lists.nasa.gov ``` -[![Build Status](https://travis-ci.org/NASAWorldWind/WorldWindJava.svg?branch=develop)](https://travis-ci.org/NASAWorldWind/WorldWindJava) +[![Build Status](https://travis-ci.com/NASAWorldWind/WorldWindJava.svg?branch=develop)](https://travis-ci.com/NASAWorldWind/WorldWindJava) 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. @@ -25,7 +25,7 @@ Official WorldWind Java releases have the latest stable features, enhancements a - [GitHub Releases](https://github.com/NASAWorldWind/WorldWindJava/releases/) documents official releases - [GitHub Milestones](https://github.com/NASAWorldWind/WorldWindJava/milestones) documents upcoming releases and the development roadmap -- [Travis CI](https://travis-ci.org/NASAWorldWind/WorldWindJava) provides continuous integration and build automation +- [Travis CI](https://travis-ci.com/NASAWorldWind/WorldWindJava) provides continuous integration and build automation ## Run a Demo