mirror of
https://github.com/tbabej/taskwiki.git
synced 2025-08-23 02:23:07 +02:00
travis: Use docker-compose to build
This commit is contained in:
parent
9aa55f27ee
commit
5b1baba08b
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ install:
|
|||
# Build the docker container
|
||||
- pushd $TRAVIS_BUILD_DIR
|
||||
- mkdir ~/taskwiki-coverage
|
||||
- docker build --build-arg TASK_VERSION=$TASK_VERSION -t test_taskwiki .
|
||||
- docker-compose build --build-arg TASK_VERSION=$TASK_VERSION
|
||||
script:
|
||||
- make test
|
||||
after_success:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue