travis: Specify docker-compose directly

This commit is contained in:
Tomas Babej 2018-07-31 00:30:58 -04:00
parent 2735c6a4b7
commit 07d93b65ee
No known key found for this signature in database
GPG key ID: B0747C6578F7D2F5

View file

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