You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by jb...@apache.org on 2018/08/13 19:47:04 UTC

[geode] branch develop updated: GEODE-5575: Removes Travis CI

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

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


The following commit(s) were added to refs/heads/develop by this push:
     new 7a1bfc4  GEODE-5575: Removes Travis CI
7a1bfc4 is described below

commit 7a1bfc4ad7940f29ddfd2b3a0c3e909ba775a33a
Author: Jacob Barrett <jb...@pivotal.io>
AuthorDate: Mon Aug 13 12:38:47 2018 -0700

    GEODE-5575: Removes Travis CI
---
 .travis.yml | 46 ----------------------------------------------
 1 file changed, 46 deletions(-)

diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 1173220..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,46 +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
-
-jdk:
-  - oraclejdk8
-
-# Update _JAVA_OPTIONS environment variable
-before_script:
-  - export _JAVA_OPTIONS='-Xmx1024m -Xms512m'
-
-before_cache:
-  - rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
-
-cache:
-  directories:
-    - $HOME/.gradle/caches/
-    - $HOME/.gradle/wrapper/
-
-after_failure:
-  - cat /home/travis/build/apache/geode/build/reports/rat/rat-report.txt
-
-notifications:
-  email:
-    recipients:
-      - dev@geode.apache.org
-    on_success: change
-    on_failure: change
-
-branches:
-  except:
-    - /^feature.*$/
-    - asf-site