You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by le...@apache.org on 2022/10/28 06:14:59 UTC

[pdfbox-jbig2] branch master updated: PDFBOX-5535: disbale Travis-CI build

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

lehmi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pdfbox-jbig2.git


The following commit(s) were added to refs/heads/master by this push:
     new 66f7d3b  PDFBOX-5535: disbale Travis-CI build
66f7d3b is described below

commit 66f7d3b3c4f56c6d1d9bd9a5e68b36e110e0bae2
Author: Andreas Lehmkühler <an...@lehmi.de>
AuthorDate: Fri Oct 28 08:14:56 2022 +0200

    PDFBOX-5535: disbale Travis-CI build
---
 .travis.yml | 25 -------------------------
 1 file changed, 25 deletions(-)

diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 250483c..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
-dist: trusty
-jdk:
-# Disable for now due to https://github.com/travis-ci/travis-ci/issues/7019
-#  - oraclejdk7
-  - oraclejdk8
-  - oraclejdk9
-  - openjdk7