travis: scyla disable in-memory mode

This commit is contained in:
Michał Matczuk
2018-05-24 14:11:18 +02:00
parent 83026b240e
commit 512f8f1e25

View File

@@ -4,7 +4,7 @@ go:
env:
global:
- SCYLLA_OPTS="--developer-mode 1 --enable-in-memory-data-store 1 --log-to-stdout 1 --default-log-level info"
- SCYLLA_OPTS="--developer-mode 1 --log-to-stdout 1 --default-log-level info"
matrix:
- DB="scylla"
- DB="cassandra"