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/25 09:19:01 UTC

svn commit: r1716324 - in /manifoldcf/trunk: .travis.yml CHANGES.txt

Author: shinichiro
Date: Wed Nov 25 08:19:01 2015
New Revision: 1716324

URL: http://svn.apache.org/viewvc?rev=1716324&view=rev
Log:
Fix for CONNECTORS-1259

Added:
    manifoldcf/trunk/.travis.yml
Modified:
    manifoldcf/trunk/CHANGES.txt

Added: manifoldcf/trunk/.travis.yml
URL: http://svn.apache.org/viewvc/manifoldcf/trunk/.travis.yml?rev=1716324&view=auto
==============================================================================
--- manifoldcf/trunk/.travis.yml (added)
+++ manifoldcf/trunk/.travis.yml Wed Nov 25 08:19:01 2015
@@ -0,0 +1,30 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+sudo: false
+install: true
+env:
+  - TEST_SCRIPT="mvn install"
+  - TEST_SCRIPT="ant make-core-deps make-deps test"
+script: $TEST_SCRIPT
+language: java
+jdk:
+  - openjdk7
+cache:
+  directories:
+    - $HOME/.m2
+notifications:
+  email: false
+

Modified: manifoldcf/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/manifoldcf/trunk/CHANGES.txt?rev=1716324&r1=1716323&r2=1716324&view=diff
==============================================================================
--- manifoldcf/trunk/CHANGES.txt (original)
+++ manifoldcf/trunk/CHANGES.txt Wed Nov 25 08:19:01 2015
@@ -3,6 +3,9 @@ $Id$
 
 ======================= 2.3-dev =====================
 
+CONNECTORS-1259: Use Travis CI.
+(Shinichiro Abe)
+
 CONNECTORS-1258: Update Japanese translations.
 (KOIZUMI Satoru)