You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by ju...@apache.org on 2013/05/10 21:33:02 UTC

svn commit: r1481157 - /jackrabbit/oak/trunk/.travis.yml

Author: jukka
Date: Fri May 10 19:33:02 2013
New Revision: 1481157

URL: http://svn.apache.org/r1481157
Log:
Make Travis check our license headers

Modified:
    jackrabbit/oak/trunk/.travis.yml

Modified: jackrabbit/oak/trunk/.travis.yml
URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/.travis.yml?rev=1481157&r1=1481156&r2=1481157&view=diff
==============================================================================
--- jackrabbit/oak/trunk/.travis.yml (original)
+++ jackrabbit/oak/trunk/.travis.yml Fri May 10 19:33:02 2013
@@ -13,7 +13,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-script: mvn verify -PintegrationTesting
+script: mvn verify -Ppedantic,integrationTesting
 language: java
 jdk:
   - openjdk6