diff --git a/.travis.yml b/.travis.yml index da04a84..da5a8d0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,4 @@ env: - - PLATFORM=debian-wheezy - PLATFORM=debian-jessie sudo: required diff --git a/tests/debian-wheezy.Dockerfile b/tests/debian-wheezy.Dockerfile deleted file mode 100644 index bc45db9..0000000 --- a/tests/debian-wheezy.Dockerfile +++ /dev/null @@ -1,4 +0,0 @@ -FROM williamyeh/ansible:debian7-onbuild - -RUN apt-get update -CMD ["sh", "tests/test.sh"]