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 6bd1c3b commit e22407aCopy full SHA for e22407a
.travis.yml
@@ -3,10 +3,10 @@ language: scala
3
scala:
4
- 2.11.2
5
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
+ - wget http://download.redis.io/releases/redis-5.0.1.tar.gz
+ - tar -xzvf redis-5.0.1.tar.gz
+ - make -C redis-5.0.1 -j4
+ - export PATH=$PWD/redis-5.0.1/src:$PATH
10
script: make test
11
cache:
12
directories:
0 commit comments