Skip to content

Commit 1358029

Browse files
committed
update travis-ci config
1 parent b5715d4 commit 1358029

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.travis.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@ install:
88
- make -C redis-6.0.3 -j4 BUILD_TLS=yes
99
- export PATH=$PWD/redis-6.0.3/src:$PATH
1010
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
1511
- make test # test with scala 2.12
1612
cache:
1713
directories:

0 commit comments

Comments
 (0)