You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by sr...@apache.org on 2022/03/02 11:03:02 UTC

[plc4x] branch develop updated: chore(build): Delete .travis.yml (#327)

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

sruehl pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git


The following commit(s) were added to refs/heads/develop by this push:
     new 70ee150  chore(build): Delete .travis.yml (#327)
70ee150 is described below

commit 70ee150d9cbd489cad1378428981ad18879e025b
Author: Christian Clauss <cc...@me.com>
AuthorDate: Wed Mar 2 12:02:57 2022 +0100

    chore(build): Delete .travis.yml (#327)
    
    The last Travis CI run was 4 years ago.  https://app.travis-ci.com/github/apache/plc4x/builds
---
 .travis.yml | 32 --------------------------------
 1 file changed, 32 deletions(-)

diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index aab7865..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,32 +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
-
-env:
-   - MAVEN_OPTS="-Xms512m -Xmx512m"
-
-matrix:
-   fast_finish: true
-
-install: true
-
-script:
-    - jdk_switcher use oraclejdk8
-    - mvn clean install site:site