Skip to content
This repository was archived by the owner on Jan 17, 2025. It is now read-only.

Commit 36e2196

Browse files
authored
Remove travis status from README.md. (#222)
- Due to the move to github actions, this status is not valid anymore.
1 parent ca42940 commit 36e2196

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# IBM Cloud Functions Runtime for Python
2-
[![Build Status](https://travis-ci.com/ibm-functions/runtime-python.svg?branch=master)](https://travis-ci.com/ibm-functions/runtime-python)
32

43
- The runtime provides [python v3.11](python3.11/) with a set of [python packages](python3.11/requirements.txt), see [python3.11/CHANGELOG.md](python3.11/CHANGELOG.md)
54
- The runtime provides [python v3.9](python3.9/) with a set of [python packages](python3.9/requirements.txt), see [python3.9/CHANGELOG.md](python3.9/CHANGELOG.md)
@@ -138,7 +137,7 @@ The `$user_prefix` is usually your dockerhub user id.
138137
- Update [python3.6/CHANGELOG.md](python3.6/CHANGELOG.md)
139138

140139
### Pushing new versions for runtimes
141-
- After the PR is merged and the master pass Travis CI, checkout master.
140+
- After the PR is merged and the master pass the build, checkout master.
142141
- Create tag for each runtime and push upstream
143142
```
144143
git tag 3.7@<new version>

0 commit comments

Comments
 (0)