We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0fde44 commit ab160d4Copy full SHA for ab160d4
.travis.yml
@@ -5,9 +5,9 @@ python:
5
6
install:
7
# Get Redis
8
- - git clone --depth=1 https://github.com/antirez/redis/redis.git && cd redis && make && cd ..
+ - git clone --depth=1 https://github.com/antirez/redis.git && cd redis && make && cd ..
9
# Get ReJSON
10
- - git clone --depth=1 https://github.com/RedisLabsModules/ReJSON && cd ReJSON && make && cd ..
+ - git clone --depth=1 https://github.com/RedisLabsModules/ReJSON.git && cd ReJSON && make && cd ..
11
# Install requirements
12
- pip install -r requirements.txt
13
# Install rejson-py to test rejson-py
0 commit comments