You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2021/12/23 13:54:33 UTC

[commons-io] branch master updated: Drop obsolete Travis build.

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-io.git


The following commit(s) were added to refs/heads/master by this push:
     new e3909dc  Drop obsolete Travis build.
     new 84628e2  Merge branch 'master' of https://ggregory@gitbox.apache.org/repos/asf/commons-io.git
e3909dc is described below

commit e3909dcbd7b65f2bec14005ec812b523317b0550
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Dec 23 08:54:05 2021 -0500

    Drop obsolete Travis build.
---
 .travis.yml | 40 ----------------------------------------
 1 file changed, 40 deletions(-)

diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 3781ae6..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,40 +0,0 @@
-# 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.
-
-language: java
-
-cache:
-  directories:
-    - $HOME/.m2
-
-jdk:
-  - openjdk8
-  - openjdk11
-  - openjdk16
-  - openjdk-ea
-
-matrix:
-  exclude:
-    - jdk: openjdk-ea
-  include:
-    - jdk: openjdk-ea
-      env: JACOCO_SKIP=true
-
-# --no-transfer-progress requires Maven 3.6.1+. Otherwise use --batch-mode
-script:
-  - mvn -V --no-transfer-progress
-
-after_success:
-  - mvn -V --no-transfer-progress clean cobertura:cobertura coveralls:report -Ptravis-cobertura