Skip to content

Instantly share code, notes, and snippets.

@madflojo
Created June 21, 2020 16:10
Show Gist options
  • Save madflojo/418049bc369b493db0757bcfd5016b4b to your computer and use it in GitHub Desktop.
Save madflojo/418049bc369b493db0757bcfd5016b4b to your computer and use it in GitHub Desktop.
language: go
go:
- 1.14.1
os:
- linux
env:
- "PATH=/home/travis/gopath/bin:$PATH"
before_script:
- go mod tidy
script:
- docker-compose -f dev-compose.yml up -d cassandra-primary cassandra
- sleep 30
- docker-compose -f dev-compose.yml up --exit-code-from tests --build tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment