mirror of
https://github.com/tbabej/taskwiki.git
synced 2025-08-22 17:13:07 +02:00
travis: Specify container to consume the build arg
This commit is contained in:
parent
5b1baba08b
commit
9010069d3a
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-compose build --build-arg TASK_VERSION=$TASK_VERSION
|
||||
- docker-compose build --build-arg TASK_VERSION=$TASK_VERSION tests
|
||||
script:
|
||||
- make test
|
||||
after_success:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue