Migrate to container based infrastructure

Updated travis.yml to migrate build process from legacy infrastructure to container based infrastructure
This commit is contained in:
Narendra Pathai 2015-08-04 10:59:27 +05:30
parent fba92e281d
commit 65d43df29a

View File

@ -13,4 +13,7 @@ before_install:
- "sh -e /etc/init.d/xvfb start"
after_success:
- mvn clean test jacoco:report coveralls:report
- mvn clean test jacoco:report coveralls:report
# Parameter to run on container based infrastructure
sudo: false