Author: mreutegg
Date: Thu Oct  1 12:25:22 2015
New Revision: 1706219

URL: http://svn.apache.org/viewvc?rev=1706219&view=rev
Log:
Remove pedantic profile as it disables unit tests

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

Modified: jackrabbit/oak/branches/1.2/.travis.yml
URL: 
http://svn.apache.org/viewvc/jackrabbit/oak/branches/1.2/.travis.yml?rev=1706219&r1=1706218&r2=1706219&view=diff
==============================================================================
--- jackrabbit/oak/branches/1.2/.travis.yml (original)
+++ jackrabbit/oak/branches/1.2/.travis.yml Thu Oct  1 12:25:22 2015
@@ -14,7 +14,7 @@
 # limitations under the License.
 
 install:  true
-script:   mvn --batch-mode verify -Ppedantic,integrationTesting 
-Dnsfixtures=DOCUMENT_NS
+script:   mvn --batch-mode verify -PintegrationTesting -Dnsfixtures=DOCUMENT_NS
 language: java
 jdk:
   - oraclejdk7


Reply via email to