You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by di...@apache.org on 2022/03/10 04:07:16 UTC

[rocketmq-exporter] branch master updated: Delete useless file.

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

dinglei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-exporter.git


The following commit(s) were added to refs/heads/master by this push:
     new 381880f  Delete useless file.
381880f is described below

commit 381880f09db70b17bfe5c000704118af4807624d
Author: dinglei <li...@163.com>
AuthorDate: Thu Mar 10 12:06:16 2022 +0800

    Delete useless file.
    
    Delete useless file.
---
 .travis.yaml | 22 ----------------------
 1 file changed, 22 deletions(-)

diff --git a/.travis.yaml b/.travis.yaml
deleted file mode 100644
index 1c8ad51..0000000
--- a/.travis.yaml
+++ /dev/null
@@ -1,22 +0,0 @@
-dist: trusty
-
-language: java
-
-matrix:
-  include:
-    # On OSX, run with default JDK only.
-    # - os: osx
-    # On Linux, run with specific JDKs only.
-    - os: linux
-      env: CUSTOM_JDK="oraclejdk8"
-
-before_install:
-  - echo 'MAVEN_OPTS="$MAVEN_OPTS -Xmx1024m -XX:MaxPermSize=512m -XX:+BytecodeVerificationLocal"' >> ~/.mavenrc
-  - cat ~/.mavenrc
-  - if [ "$TRAVIS_OS_NAME" == "osx" ]; then export JAVA_HOME=$(/usr/libexec/java_home); fi
-  - if [ "$TRAVIS_OS_NAME" == "linux" ]; then jdk_switcher use "$CUSTOM_JDK"; fi
-
-script:
-  - travis_retry mvn clean install
-after_success:
-  - bash <(curl -s https://codecov.io/bash) -t 11a6acce-59a1-4586-9bf6-164878d045cf || echo 'Codecov failed to upload'