Skip to content

Commit e0fde44

Browse files
committed
2nd attempt at CI
1 parent ffbd9e2 commit e0fde44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ python:
55

66
install:
77
# Get Redis
8-
- git clone -depth=1 https://github.com/antirez/redis/redis.git && cd redis && make && cd ..
8+
- git clone --depth=1 https://github.com/antirez/redis/redis.git && cd redis && make && cd ..
99
# Get ReJSON
10-
- git clone -depth=1 https://github.com/RedisLabsModules/ReJSON && cd ReJSON && make && cd ..
10+
- git clone --depth=1 https://github.com/RedisLabsModules/ReJSON && cd ReJSON && make && cd ..
1111
# Install requirements
1212
- pip install -r requirements.txt
1313
# Install rejson-py to test rejson-py

0 commit comments

Comments
 (0)