You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by so...@apache.org on 2020/05/12 15:05:25 UTC

[openmeetings] branch master updated: Travis is not being used

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

solomax pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openmeetings.git


The following commit(s) were added to refs/heads/master by this push:
     new 4e0556f  Travis is not being used
4e0556f is described below

commit 4e0556f6d3b9fa23f9dab8580aefd34303248bd9
Author: Maxim Solodovnik <so...@gmail.com>
AuthorDate: Tue May 12 22:05:08 2020 +0700

    Travis is not being used
---
 .travis.yml | 33 ---------------------------------
 1 file changed, 33 deletions(-)

diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 842c0b9..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,33 +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.
-
-dist: bionic
-language: java
-sudo: false
-
-notifications:
-  email:
-  - dev@openmeetings.apache.org
-
-jdk:
-  - openjdk11
-
-cache:
-  directories:
-  - "$HOME/.m2"
-
-script:
-  - mvn clean install -PallModules,Jenkins
-