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

stoty pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/phoenix-omid.git


The following commit(s) were added to refs/heads/master by this push:
     new 4a6d8e9c OMID-298 Remove Travis config from repo (#175)
4a6d8e9c is described below

commit 4a6d8e9c9dd3b229a3d8a6c099b3d0bfa0a99daf
Author: Istvan Toth <[email protected]>
AuthorDate: Mon Nov 4 15:22:34 2024 +0100

    OMID-298 Remove Travis config from repo (#175)
---
 .travis.yml | 44 --------------------------------------------
 1 file changed, 44 deletions(-)

diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 4d81466f..00000000
--- a/.travis.yml
+++ /dev/null
@@ -1,44 +0,0 @@
-language: java
-
-notifications:
-  email:
-    recepients:
-      - [email protected]
-  on_success: always
-  on_failure: always
-
-jdk:
-  - openjdk8
-
-branches:
-  only:
-    - master
-    - 0.9.0.0
-    - phoenix-integration
-
-cache:
-  directories:
-    - "~/.m2"
-
-install: true
-
-before_script:
-  # This is required to avoid failures of HBase minicluster related to Hadoop 
1.x releases
-  - umask 022
-  - git config --global user.email "[email protected]"
-  - git config --global user.name "Omid CI"
-  - REPO_DIR=$(pwd)
-  - cd $REPO_DIR
-
-script:
-  - if [ "${TRAVIS_PULL_REQUEST}" = "false" ] ; then
-      git checkout master
-      &&
-      mvn clean cobertura:cobertura coveralls:report ;
-    else
-      git checkout -b tmp-build-branch
-      &&
-      dev-support/rebuild_hbase.sh detect
-      &&
-      mvn clean test ;
-    fi
\ No newline at end of file

Reply via email to