Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d599bdff authored by Markus Heiser's avatar Markus Heiser
Browse files

travis: make travis build more verbose

parent 6007bd7f
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -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: