travis: Use makefile target

This commit is contained in:
Tomas Babej 2018-07-31 04:54:10 -04:00
parent b00e886142
commit fe4f44bcf9
No known key found for this signature in database
GPG key ID: B0747C6578F7D2F5
2 changed files with 2 additions and 2 deletions

View file

@ -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