Skip to content

Commit

Permalink
travis: correct name of cassandra keyspace
Browse files Browse the repository at this point in the history
  • Loading branch information
niamster committed Mar 7, 2015
1 parent 74e2cd1 commit 4ec5a2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ before_install:

before_script:
- sleep 15
- cassandra-cli --batch < <(echo -e "create keyspace dcell with placement_strategy = 'org.apache.cassandra.locator.SimpleStrategy' and strategy_options = {replication_factor:1};\nuse dcell;\ncreate column family dcell;")
- cassandra-cli --batch < <(echo -e "create keyspace test with placement_strategy = 'org.apache.cassandra.locator.SimpleStrategy' and strategy_options = {replication_factor:1};\nuse test;\ncreate column family dcell;")

services:
- redis-server
Expand Down

0 comments on commit 4ec5a2f

Please sign in to comment.