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
@ -14,3 +14,6 @@ before_install:
|
|||||||
|
|
||||||
after_success:
|
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