Skip to content

Commit b4a0865

Browse files
committed
fix(travis-ci): update logger makefile target to "test-unit"
The "make test" target in logger now runs functional tests as well, requiring Docker. This was not the intention at Travis-ci.org, where we want just unit tests.
1 parent fe8a3c2 commit b4a0865

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ script:
4141
- make -C controller flake8
4242
- make -C controller coverage
4343
- make -C docs
44-
- make -C logger test
44+
- make -C logger test-unit
4545

4646
after_success:
4747
- cd controller && coveralls

0 commit comments

Comments
 (0)