forked from Netflix/dynomite
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes crash on large payloads for MGET/MSET/SCAN
Updates python version to 3.9 Updates pip version Update travis.sh Adds apt update before package installation Force pip upgrade
- Loading branch information
1 parent
b56cf6a
commit bc78f1f
Showing
4 changed files
with
23 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,12 @@ | ||
language: c | ||
script: bash ./travis.sh | ||
|
||
before_install: | ||
- sudo pip3 install --upgrade pip | ||
|
||
addons: | ||
apt: | ||
update: true | ||
packages: | ||
- python3 | ||
- python3.9 | ||
- python3-pip |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters