mirror of
https://github.com/tbabej/taskwiki.git
synced 2025-08-22 08:03:07 +02:00
travis: Use makefile target
This commit is contained in:
parent
b00e886142
commit
fe4f44bcf9
2 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@ install:
|
|||
- pushd $TRAVIS_BUILD_DIR
|
||||
- docker-compose build --build-arg TASK_VERSION=$TASK_VERSION tests
|
||||
script:
|
||||
- docker-compose up --exit-code-from tests
|
||||
- make test
|
||||
after_success:
|
||||
- ls /tmp/taskwiki-coverage
|
||||
- mv /tmp/taskwiki-coverage/.coverage.* . || echo ok
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue