diff --git a/.travis.yml b/.travis.yml index 8ae7361f3..e69a17a4f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,4 +13,7 @@ before_install: - "sh -e /etc/init.d/xvfb start" after_success: - - mvn clean test jacoco:report coveralls:report \ No newline at end of file + - mvn clean test jacoco:report coveralls:report + +# Migration to container-based infrastructure +sudo: false