This commit is contained in:
Erik Johnston 2017-11-07 17:02:40 +00:00
parent 47a5da29bc
commit bf6f7849d4

View file

@ -27,8 +27,8 @@ install:
# Generate a self-signed X.509 certificate for TLS.
before_script:
- ("$TEST_SUITE" -eq "integ-test") && openssl req -x509 -newkey rsa:512 -keyout server.key -out server.crt -days 365 -nodes -subj /CN=localhost
- ("$TEST_SUITE" -eq "integ-test") && ./scripts/install-local-kafka.sh
- if [[ "$TEST_SUITE" -eq "integ-test" ]]; then openssl req -x509 -newkey rsa:512 -keyout server.key -out server.crt -days 365 -nodes -subj /CN=localhost; fi
- if [[ "$TEST_SUITE" -eq "integ-test" ]]; then ./scripts/install-local-kafka.sh; fi
script:
- ./scripts/travis-test.sh