You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by pa...@apache.org on 2017/08/11 16:30:43 UTC

svn commit: r1804818 - /commons/proper/exec/trunk/.travis.yml

Author: pascalschumacher
Date: Fri Aug 11 16:30:43 2017
New Revision: 1804818

URL: http://svn.apache.org/viewvc?rev=1804818&view=rev
Log:
.travis.yml: require sudo in an attempt to fix the tests on travis

Modified:
    commons/proper/exec/trunk/.travis.yml

Modified: commons/proper/exec/trunk/.travis.yml
URL: http://svn.apache.org/viewvc/commons/proper/exec/trunk/.travis.yml?rev=1804818&r1=1804817&r2=1804818&view=diff
==============================================================================
--- commons/proper/exec/trunk/.travis.yml (original)
+++ commons/proper/exec/trunk/.travis.yml Fri Aug 11 16:30:43 2017
@@ -14,7 +14,7 @@
 # limitations under the License.
 
 language: java
-sudo: false
+sudo: true
 
 jdk:
   - openjdk6