Migrate to container based infrastructure
Updated travis.yml to migrate build process from legacy infrastructure to container based infrastructure
This commit is contained in:
parent
fba92e281d
commit
65d43df29a
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user