You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@manifoldcf.apache.org by sh...@apache.org on 2015/11/30 00:29:02 UTC

svn commit: r1717135 - /manifoldcf/trunk/.travis.yml

Author: shinichiro
Date: Sun Nov 29 23:29:02 2015
New Revision: 1717135

URL: http://svn.apache.org/viewvc?rev=1717135&view=rev
Log:
Tentative fix for The log length limit of 4 MB(CONNECTORS-1259)

Modified:
    manifoldcf/trunk/.travis.yml

Modified: manifoldcf/trunk/.travis.yml
URL: http://svn.apache.org/viewvc/manifoldcf/trunk/.travis.yml?rev=1717135&r1=1717134&r2=1717135&view=diff
==============================================================================
--- manifoldcf/trunk/.travis.yml (original)
+++ manifoldcf/trunk/.travis.yml Sun Nov 29 23:29:02 2015
@@ -16,8 +16,11 @@
 sudo: false
 install: true
 env:
-  - TEST_SCRIPT="mvn install"
-  - TEST_SCRIPT="ant make-core-deps make-deps test"
+  global:
+    - TERM=dumb
+  matrix:
+    - TEST_SCRIPT="mvn install"
+    - TEST_SCRIPT="ant make-core-deps make-deps test"
 script: $TEST_SCRIPT
 language: java
 jdk: