ansible-nginx/.travis.yml

12 lines
262 B
YAML
Raw Normal View History

2015-08-04 17:26:38 +07:00
env:
- PLATFORM=debian-wheezy
- PLATFORM=debian-jessie
sudo: true
install:
- curl -sLo - http://j.mp/install-travis-docker | sh -xe
script:
- ./run 'docker build -f tests/$PLATFORM.Dockerfile -t test-$PLATFORM . && docker run --name $PLATFORM test-$PLATFORM'