Created
June 21, 2020 16:10
-
-
Save madflojo/418049bc369b493db0757bcfd5016b4b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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