Skip to content

Commit 9b6302a

Browse files
authored
2.x: See if sudo required results in consistent build times (#5457)
1 parent 27c309f commit 9b6302a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jdk:
1111
# prevent travis running gradle assemble; let the build script do it anyway
1212
install: true
1313

14-
sudo: false
14+
sudo: required
1515
# as per http://blog.travis-ci.com/2014-12-17-faster-builds-with-container-based-infrastructure/
1616

1717
# script for build and release via Travis to Bintray

0 commit comments

Comments
 (0)