Add cassandra to travis

This commit is contained in:
Paul Bergeron 2014-08-26 19:45:56 -07:00
parent c7e6d54365
commit 28f6567fa0

View File

@ -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 ./...