Skip to content
This repository was archived by the owner on Sep 1, 2022. It is now read-only.

Commit d73c5d6

Browse files
committed
run tests on branch
(c) Copyright IBM Corp. 2016
1 parent 37b4766 commit d73c5d6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,4 @@ notifications:
3535
branches:
3636
only:
3737
- master
38+
- ScalaSystemTest

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,7 @@ _run:
240240
@docker run $(OPTIONS) --name $(SERVER_NAME) \
241241
$(PORT_MAP) \
242242
-e USE_HTTP=1 \
243+
-e JVM_OPT=-Dlog4j.logLevel=trace \
243244
-v `pwd`:/src \
244245
$(VOL_MAP) \
245246
$(REPO) bash -c '$(SETUP_CMD) \

0 commit comments

Comments
 (0)