You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ma...@apache.org on 2023/01/03 10:44:58 UTC

[commons-fileupload] 07/07: No longer using Travis

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

markt pushed a commit to branch 1.x
in repository https://gitbox.apache.org/repos/asf/commons-fileupload.git

commit 14ddd9c29965d9215fc1b38da18197cb84d6d680
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Tue Jan 3 10:43:35 2023 +0000

    No longer using Travis
---
 .travis.yml | 25 -------------------------
 1 file changed, 25 deletions(-)

diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 2e8e6b9..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
-  - oraclejdk8
-  - oraclejdk9
-
-after_success:
-  - mvn clean test jacoco:report coveralls:report -Ptravis-jacoco
\ No newline at end of file