Commit b1888098 authored by Markus Heiser's avatar Markus Heiser

travis: make travis build more verbose

Signed-off-by: 's avatarMarkus Heiser <markus.heiser@darmarit.de>
parent 8189e18d
...@@ -8,15 +8,15 @@ addons: ...@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment