Skip to content

Commit

Permalink
Merge 652dc61 into 00c09ca
Browse files Browse the repository at this point in the history
  • Loading branch information
Pchelolo committed Jun 6, 2019
2 parents 00c09ca + 652dc61 commit 67292bd
Show file tree
Hide file tree
Showing 35 changed files with 1,639 additions and 555 deletions.
10 changes: 8 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,13 @@ addons:
- openjdk-8-jre-headless

env:
- CASSANDRA_VERSION=3.11.2 TEST_TARGET=all
- CASSANDRA_VERSION=3.11.2 TEST_TARGET=sqlite TEST_MODE=fs
- CASSANDRA_VERSION=3.11.2 TEST_TARGET=cassandra TEST_MODE=fs
- CASSANDRA_VERSION=3.11.2 TEST_TARGET=sqlite TEST_MODE=fefs
- CASSANDRA_VERSION=3.11.2 TEST_TARGET=cassandra TEST_MODE=fefs
# Disabled until a new feature in restbase-mod-table-* is delivered.
# - CASSANDRA_VERSION=3.11.2 TEST_TARGET=sqlite TEST_MODE=febe
# - CASSANDRA_VERSION=3.11.2 TEST_TARGET=cassandra TEST_MODE=febe

before_install:
- wget https://archive.apache.org/dist/cassandra/${CASSANDRA_VERSION}/apache-cassandra-${CASSANDRA_VERSION}-bin.tar.gz -P ../
Expand All @@ -29,4 +35,4 @@ before_install:
- sed -i -e 's/^-XX:+UseNUMA/#-XX:+UseNUMA/' ../apache-cassandra-${CASSANDRA_VERSION}/conf/jvm.options
- bash -x ../apache-cassandra-${CASSANDRA_VERSION}/bin/cassandra

script: npm run lint && npm run coverage -- ${TEST_TARGET} && (npm run-script coveralls || exit 0)
script: npm run lint && npm run coverage -- ${TEST_TARGET} ${TEST_MODE} && (npm run-script coveralls || exit 0)
181 changes: 0 additions & 181 deletions config.example.wikimedia.yaml

This file was deleted.

0 comments on commit 67292bd

Please sign in to comment.