ansible-nginx/.travis.yml

14 lines
237 B
YAML

env:
- PLATFORM=debian-wheezy
- PLATFORM=debian-jessie
sudo: required
language: python
services:
- docker
script:
- docker build -f tests/$PLATFORM.Dockerfile -t test-$PLATFORM . && docker run --name $PLATFORM test-$PLATFORM