Skip to content

Commit e22407a

Browse files
committed
update travis script to use redis 5.0.1
1 parent 6bd1c3b commit e22407a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ language: scala
33
scala:
44
- 2.11.2
55
install:
6-
- wget http://download.redis.io/releases/redis-5.0.0.tar.gz
7-
- tar -xzvf redis-5.0.0.tar.gz
8-
- make -C redis-5.0.0 -j4
9-
- export PATH=$PWD/redis-5.0.0/src:$PATH
6+
- wget http://download.redis.io/releases/redis-5.0.1.tar.gz
7+
- tar -xzvf redis-5.0.1.tar.gz
8+
- make -C redis-5.0.1 -j4
9+
- export PATH=$PWD/redis-5.0.1/src:$PATH
1010
script: make test
1111
cache:
1212
directories:

0 commit comments

Comments
 (0)