You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by tv...@apache.org on 2020/08/16 15:52:22 UTC

[commons-jcs] branch release-3.0 updated: Clean up for release

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

tv pushed a commit to branch release-3.0
in repository https://gitbox.apache.org/repos/asf/commons-jcs.git


The following commit(s) were added to refs/heads/release-3.0 by this push:
     new ff806dc  Clean up for release
ff806dc is described below

commit ff806dcbbe6ba4cc870b1a32afa13016416acc11
Author: Thomas Vandahl <tv...@apache.org>
AuthorDate: Sun Aug 16 17:52:06 2020 +0200

    Clean up for release
---
 .travis.yml | 25 -------------------------
 1 file changed, 25 deletions(-)

diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 1f86d9f..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,25 +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
-sudo: false
-
-jdk:
-  - openjdk7
-  - oraclejdk7
-  - oraclejdk8
-
-after_success:
-  - mvn -V --no-transfer-progress clean cobertura:cobertura coveralls:report