mirror of
https://github.com/status-im/migrate.git
synced 2025-02-24 00:38:07 +00:00
Add cassandra to travis
This commit is contained in:
parent
c7e6d54365
commit
28f6567fa0
@ -8,7 +8,12 @@ go:
|
|||||||
addons:
|
addons:
|
||||||
postgresql: "9.3"
|
postgresql: "9.3"
|
||||||
|
|
||||||
|
services:
|
||||||
|
- cassandra
|
||||||
|
|
||||||
before_script:
|
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
|
- psql -c 'create database migratetest;' -U postgres
|
||||||
|
|
||||||
script: go test -p 1 ./...
|
script: go test -p 1 ./...
|
Loading…
x
Reference in New Issue
Block a user