Skip to content

Commit

Permalink
Travis updated Go and Scylla version
Browse files Browse the repository at this point in the history
Signed-off-by: Michał Matczuk <[email protected]>
  • Loading branch information
mmatczuk committed Nov 8, 2019
1 parent 1668ca5 commit 1f3032a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 39 deletions.
22 changes: 7 additions & 15 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,15 @@
sudo: true
language: go
go:
- 1.11.x

env:
global:
- SCYLLA_OPTS="--developer-mode 1 --log-to-stdout 1 --default-log-level info"
matrix:
- DB="scylla"
- DB="cassandra"
go:
- stable

dist: trusty
addons:
apt:
packages:
- moreutils
services:
- docker

before_install:
- ./.travis_start_db.sh
- docker pull scylladb/scylla:latest
- docker run --name scylla -p 9042:9042 -d scylladb/scylla
- until docker exec scylla cqlsh -e "DESCRIBE SCHEMA"; do sleep 2; done

install:
- make get-deps get-tools
Expand Down
24 changes: 0 additions & 24 deletions .travis_start_db.sh

This file was deleted.

0 comments on commit 1f3032a

Please sign in to comment.