This is an automated email from the ASF dual-hosted git repository. dgrove pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/openwhisk-release.git
commit 8094681aeb453403ce386a43144112dede4cd250 Author: David Grove <[email protected]> AuthorDate: Mon Jan 16 11:27:30 2023 -0500 remove Travis CI file/badge We were not running any actual tests on this repo, so can be trivally dropped. --- .travis.yml | 32 -------------------------------- README.md | 1 - 2 files changed, 33 deletions(-) diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index e66c2c2..0000000 --- a/.travis.yml +++ /dev/null @@ -1,32 +0,0 @@ -# -# Licensed to the Apache Software Foundation (ASF) under one or more -# contributor license agreements. See the NOTICE file distributed with -# this work for additional information regarding copyright ownership. -# The ASF licenses this file to You under the Apache License, Version 2.0 -# (the "License"); you may not use this file except in compliance with -# the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# - -sudo: required - -env: - global: - -notifications: - email: false - webhooks: - urls: - # travis2slack webhook to enable DMs on openwhisk-team.slack.com to PR authors with TravisCI results - secure: u1CKeoixTrSka68K0IHX3mFrk0u2p1FxJ8YqYhj0TEwaYHBv9Hvd7SrHPXUDrOYuSHevUq6UOKeykBhloZW5qwy1QieW0cXfzLrdst7BFXky9jTeSzRNsJmQz2InmFyVXFqIeY9lOwDiJILtK+OaqGCydyqnIwIVf94h6EKUhx0tTU4fmkX+9IvQ7XX7j86IxkvrEllEcm73PEXqqx8MaNrWXmulVIKfkYEhUFyd2yNQjz7zt+ysEer15H0VaHXBIQoUmPTd80RtGecLghD9vindHlwrX8FxEdCJrcSmdsI3NI5jRKxVgXZKYPSVfwCLMvci6WPSKPdovvcySMFXu5MJtQvsfETo18wsodAH/iMwl2J3aWm/5mLhz4ajhHSIP5MxYFBZzQAZPBOFhzv50xIEJzs/qU85+22BQ5XsNn7LTSCFAhuTVzu+1sHe6pjEJY9ewzHA+plmYPDFLw2RuofB4lWdqO [...] - - -script: - - echo "nothing to do..." diff --git a/README.md b/README.md index 5a1f9b6..61b8f8a 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,6 @@ # Apache OpenWhisk Project Release Management [](http://www.apache.org/licenses/LICENSE-2.0) -[](https://travis-ci.com/github/apache/openwhisk-release) This project provides the Apache OpenWhisk project's Release Managers with the instructions and automation needed to ensure that project releases comply with both the Apache Software Foundation's (ASF) [Release Creation Process](http://www.apache.org/dev/release-publishing.html) and [Release Policy](http://www.apache.org/legal/release-policy.html).
