Skip to content

Commit 13562e7

Browse files
authored
Update .travis.yml
1 parent a051f2f commit 13562e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jdk:
55
install:
66
- wget http://download.redis.io/releases/redis-6.0.3.tar.gz
77
- tar -xzvf redis-6.0.3.tar.gz
8-
- make -C redis-6.0.3 -j4
8+
- make -C redis-6.0.3 -j4 BUILD_TLS=yes
99
- export PATH=$PWD/redis-6.0.3/src:$PATH
1010
script:
1111
- make test # test with scala 2.11

0 commit comments

Comments
 (0)