Skip to content

Commit aa2477c

Browse files
committed
fix: temp PR
dependency: none Signed-off-by: jkalandaibm <[email protected]>
1 parent a474fc2 commit aa2477c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ matrix:
2323
- python: 3.10
2424

2525
before_install:
26+
- curl -fsSL https://www.mongodb.org/static/pgp/server-4.4.asc | sudo apt-key add -
2627
- sudo apt-get update
2728
- sudo apt-get install pandoc
2829
- pip install pypandoc
2930
- echo -e "machine github.ibm.com\n login $GH_TOKEN" > ~/.netrc
30-
- curl -fsSL https://www.mongodb.org/static/pgp/server-4.4.asc | sudo apt-key add -
3131

3232
install:
3333
- pip install tox-travis

0 commit comments

Comments
 (0)