Files
gocqlx/.travis.yml
Michał Matczuk 2569c3dd8f makefile: moved running Scylla to makefile target
- Modernised Makefile
- Scylla and go bench run on separate CPUs

Signed-off-by: Michał Matczuk <michal@scylladb.com>
2020-04-17 15:13:21 +02:00

20 lines
176 B
YAML

language: go
go:
- stable
services:
- docker
env:
- SCYLLA_VERSION=latest
before_install:
- make run-scylla
install:
- make get-deps get-tools
script:
- make