diff --git a/.travis.yml b/.travis.yml index 8ae7361f3..dcd2f214c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,4 +13,6 @@ 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 + +sudo: false