Test travis docker

pull/6/head
Emilien Mantel 2015-10-07 19:31:12 +02:00
parent edb36acd5d
commit a9a898e910
1 changed files with 8 additions and 6 deletions

View File

@ -1,11 +1,13 @@
env:
- PLATFORM=debian-wheezy
- PLATFORM=debian-jessie
- PLATFORM=debian-wheezy
- PLATFORM=debian-jessie
sudo: true
sudo: required
install:
- curl -sLo - http://j.mp/install-travis-docker | sh -xe
language: python
services:
- docker
script:
- ./run 'docker build -f tests/$PLATFORM.Dockerfile -t test-$PLATFORM . && docker run --name $PLATFORM test-$PLATFORM'
- docker build -f tests/$PLATFORM.Dockerfile -t test-$PLATFORM . && docker run --name $PLATFORM test-$PLATFORM