mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
tests: Add intial version of the Travis CI file
This commit is contained in:
parent
cf9f6e958c
commit
f6e7ac2e5e
1 changed files with 13 additions and 0 deletions
13
.travis.yml
Normal file
13
.travis.yml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
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
|
Loading…
Add table
Add a link
Reference in a new issue