Drop Wheezy support in IC

pull/22/head
Emilien Mantel 2016-08-09 16:12:54 +02:00
parent e4b5bb2a32
commit 8fb3829860
2 changed files with 0 additions and 5 deletions

View File

@ -1,5 +1,4 @@
env:
- PLATFORM=debian-wheezy
- PLATFORM=debian-jessie
sudo: required

View File

@ -1,4 +0,0 @@
FROM williamyeh/ansible:debian7-onbuild
RUN apt-get update
CMD ["sh", "tests/test.sh"]