Skip to content

Commit ab160d4

Browse files
committed
3rd attempt at CI
1 parent e0fde44 commit ab160d4

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.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.git && 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)