You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ju...@apache.org on 2015/03/25 01:24:51 UTC

svn commit: r1669027 - /sling/trunk/.travis.yml

Author: justin
Date: Wed Mar 25 00:24:51 2015
New Revision: 1669027

URL: http://svn.apache.org/r1669027
Log:
This closes #76

Modified:
    sling/trunk/.travis.yml

Modified: sling/trunk/.travis.yml
URL: http://svn.apache.org/viewvc/sling/trunk/.travis.yml?rev=1669027&r1=1669026&r2=1669027&view=diff
==============================================================================
--- sling/trunk/.travis.yml (original)
+++ sling/trunk/.travis.yml Wed Mar 25 00:24:51 2015
@@ -1,8 +1,14 @@
 language: java
+
 jdk:
   - openjdk7
   - openjdk6
+
+sudo: false
+
 install: true
+
 script: mvn -q clean install -DobrRepository=false -DHttpTestBase.readyTimeoutSeconds=300 -PwarIntegrationTests -PintegrationTests
+
 notifications:
   email: false