Skip to content

Commit 31de725

Browse files
authored
add GHA badge; remove TravisCI config + scripts (#138)
1 parent 99fce1a commit 31de725

6 files changed

Lines changed: 1 addition & 246 deletions

File tree

.travis.yml

Lines changed: 0 additions & 70 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
# Apache OpenWhisk Runtimes for Python
2121
[![License](https://img.shields.io/badge/license-Apache--2.0-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0)
22-
[![Build Status](https://travis-ci.com/apache/openwhisk-runtime-python.svg?branch=master)](https://travis-ci.com/github/apache/openwhisk-runtime-python)
22+
[![Continuous Integration](https://github.com/apache/openwhisk-runtime-python/actions/workflows/ci.yaml/badge.svg)](https://github.com/apache/openwhisk-runtime-python/actions/workflows/ci.yaml)
2323

2424
This repository contains sources files needed to build the Python runtimes for Apache OpenWhisk. The build system will produce a series of docker images for each runtime version. These images are used in the platform to execute Python actions.
2525

tools/travis/build.sh

Lines changed: 0 additions & 43 deletions
This file was deleted.

tools/travis/publish.sh

Lines changed: 0 additions & 64 deletions
This file was deleted.

tools/travis/setup.sh

Lines changed: 0 additions & 38 deletions
This file was deleted.

tools/travis/test.sh

Lines changed: 0 additions & 30 deletions
This file was deleted.

0 commit comments

Comments
 (0)