Author: mreutegg
Date: Wed Jul 22 07:50:55 2015
New Revision: 1692229

URL: http://svn.apache.org/r1692229
Log:
Only run up to oak-lucene module to avoid time limit of 50 minutes on travis

Modified:
    jackrabbit/oak/branches/1.0/.travis.yml

Modified: jackrabbit/oak/branches/1.0/.travis.yml
URL: 
http://svn.apache.org/viewvc/jackrabbit/oak/branches/1.0/.travis.yml?rev=1692229&r1=1692228&r2=1692229&view=diff
==============================================================================
--- jackrabbit/oak/branches/1.0/.travis.yml (original)
+++ jackrabbit/oak/branches/1.0/.travis.yml Wed Jul 22 07:50:55 2015
@@ -14,7 +14,7 @@
 # limitations under the License.
 
 install:  true
-script:   mvn --batch-mode verify -Ppedantic,integrationTesting
+script:   mvn --batch-mode verify -Ppedantic,integrationTesting -pl 
:oak-lucene -am
 language: java
 jdk:
   - oraclejdk7


Reply via email to