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 b5715d4 commit 1358029Copy full SHA for 1358029
.travis.yml
@@ -8,10 +8,6 @@ install:
8
- make -C redis-6.0.3 -j4 BUILD_TLS=yes
9
- export PATH=$PWD/redis-6.0.3/src:$PATH
10
script:
11
- - make test # test with scala 2.11
12
- - sleep 5s # let redis exit gracefully (we use kill, not kill -9 in makefile)
13
- - ps aux | grep redis
14
- - ./dev/change-scala-version.sh 2.12 # switch to scala 2.12
15
- make test # test with scala 2.12
16
cache:
17
directories:
0 commit comments