Untangle precommit and travis test scripts (#288)

This commit is contained in:
Erik Johnston 2017-10-10 11:02:39 +01:00 committed by GitHub
parent 38999c54e1
commit e9314e5b30
8 changed files with 89 additions and 36 deletions

View file

@ -24,8 +24,8 @@ before_script:
- openssl req -x509 -newkey rsa:4096 -keyout server.key -out server.crt -days 365 -nodes -subj /CN=localhost
script:
- ./travis-install-kafka.sh
- ./travis-test.sh
- ./scripts/install-local-kafka.sh
- ./scripts/travis-test.sh
notifications:
webhooks: