Skip to content

Commit bdccad7

Browse files
Update .github/maintainers_guide.md
Co-authored-by: Eden Zimbelman <[email protected]>
1 parent bc17f1a commit bdccad7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/maintainers_guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ $ brew update
1515
$ brew install pyenv
1616
```
1717

18-
Install necessary Python runtimes for development/testing. You can rely on Travis CI builds for testing with various major versions. <https://github.com/slackapi/bolt-python/blob/main/.travis.yml>
18+
Install necessary Python runtimes for development/testing. You can rely on GitHub Actions workflows for testing with various major versions. <https://github.com/slackapi/bolt-python/tree/main/.github/workflows>
1919

2020
```bash
2121
$ pyenv install -l | grep -v "-e[conda|stackless|pypy]"

0 commit comments

Comments
 (0)