mirror of
https://github.com/tbabej/taskwiki.git
synced 2025-08-21 04:33:06 +02:00
travis: Specify docker-compose directly
This commit is contained in:
parent
2735c6a4b7
commit
07d93b65ee
1 changed files with 1 additions and 2 deletions
|
@ -20,9 +20,8 @@ install:
|
|||
- pip install coverage coveralls
|
||||
# Build the docker container
|
||||
- pushd $TRAVIS_BUILD_DIR
|
||||
- mkdir ~/taskwiki-coverage
|
||||
- docker-compose build --build-arg TASK_VERSION=$TASK_VERSION tests
|
||||
script:
|
||||
- make test
|
||||
- docker-compose up
|
||||
after_success:
|
||||
- coveralls
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue