travis: make travis build more verbose

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
Markus Heiser 2020-04-01 11:15:34 +02:00
parent 8189e18d91
commit b18880985c
1 changed files with 6 additions and 6 deletions

View File

@ -8,15 +8,15 @@ addons:
firefox: "latest" firefox: "latest"
install: install:
- make install - make V=1 install
- make gecko.driver - make V=1 gecko.driver
- make node.env - make V=1 node.env
- local/py3/bin/pip install codecov - local/py3/bin/pip install codecov
script: script:
- make themes - make V=1 themes
- make test - make V=1 test
after_success: after_success:
- make test.coverage - make V=1 test.coverage
- codecov - codecov
stages: stages: