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:
firefox: "latest"
install:
- make install
- make gecko.driver
- make node.env
- make V=1 install
- make V=1 gecko.driver
- make V=1 node.env
- local/py3/bin/pip install codecov
script:
- make themes
- make test
- make V=1 themes
- make V=1 test
after_success:
- make test.coverage
- make V=1 test.coverage
- codecov
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