From 856544cecf7cdac9dd257260abd04c845330c443 Mon Sep 17 00:00:00 2001 From: Istvan Toth Date: Thu, 31 Oct 2024 09:38:43 +0100 Subject: [PATCH] OMID-298 Remove Travis config from repo --- .travis.yml | 44 -------------------------------------------- 1 file changed, 44 deletions(-) delete mode 100644 .travis.yml 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: - - dev@omid.incubator.apache.org - 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 "dev@omid.incubator.apache.org" - - 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