mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
13 lines
272 B
YAML
13 lines
272 B
YAML
sudo: required
|
|
env:
|
|
- CONTAINER=fedora28
|
|
- CONTAINER=debianstable
|
|
- CONTAINER=ubuntu1604
|
|
services:
|
|
- docker
|
|
install:
|
|
# Build the docker container
|
|
- pushd $TRAVIS_BUILD_DIR
|
|
- docker-compose build test-$CONTAINER
|
|
script:
|
|
- docker-compose run test-$CONTAINER
|