mirror of
https://github.com/status-im/migrate.git
synced 2025-02-23 08:18:07 +00:00
Add cassandra to travis
This commit is contained in:
parent
c7e6d54365
commit
28f6567fa0
@ -8,7 +8,12 @@ go:
|
||||
addons:
|
||||
postgresql: "9.3"
|
||||
|
||||
services:
|
||||
- cassandra
|
||||
|
||||
before_script:
|
||||
- >
|
||||
/usr/local/cassandra/bin/cqlsh -e "CREATE KEYSPACE migratetest WITH REPLICATION = {'class': 'SimpleStrategy', 'replication_factor' : 1};"
|
||||
- psql -c 'create database migratetest;' -U postgres
|
||||
|
||||
script: go test -p 1 ./...
|
Loading…
x
Reference in New Issue
Block a user