Travis logging

This commit is contained in:
Kenny Bastani
2017-01-16 00:58:11 -08:00
parent e283913e1a
commit 1af6f77df1
2 changed files with 5 additions and 4 deletions

View File

@@ -4,7 +4,7 @@ jdk:
services: services:
- redis - redis
- docker - docker
install: mvn clean install -DskipDockerBuild install: mvn clean install -DskipDockerBuild -Dlogging.level.org=error
before_install: before_install:
- docker pull spotify/kafka - docker pull spotify/kafka
- docker run -d -p 2181:2181 -p 9092:9092 --env ADVERTISED_HOST=127.0.0.1 --env ADVERTISED_PORT=9092 spotify/kafka - docker run -d -p 2181:2181 -p 9092:9092 --env ADVERTISED_HOST=127.0.0.1 --env ADVERTISED_PORT=9092 spotify/kafka

View File

@@ -32,14 +32,15 @@ spring:
--- ---
spring: spring:
profiles: docker profiles: docker
rabbitmq:
host: ${DOCKER_IP:192.168.99.100}
port: 5672
redis: redis:
host: ${DOCKER_IP:192.168.99.100} host: ${DOCKER_IP:192.168.99.100}
port: 6379 port: 6379
cloud: cloud:
stream: stream:
kafka:
binder:
brokers: ${DOCKER_IP:192.168.99.100}
zk-nodes: ${DOCKER_IP:192.168.99.100}
bindings: bindings:
warehouse: warehouse:
contentType: 'application/json' contentType: 'application/json'