tests: Add intial version of the Travis CI file
This commit is contained in:
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
|
||||||
Reference in New Issue
Block a user