Skip to content

Commit 65d43df

Browse files
committed
Migrate to container based infrastructure
Updated travis.yml to migrate build process from legacy infrastructure to container based infrastructure
1 parent fba92e2 commit 65d43df

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,7 @@ before_install:
1313
- "sh -e /etc/init.d/xvfb start"
1414

1515
after_success:
16-
- mvn clean test jacoco:report coveralls:report
16+
- mvn clean test jacoco:report coveralls:report
17+
18+
# Parameter to run on container based infrastructure
19+
sudo: false

0 commit comments

Comments
 (0)