You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by wu...@apache.org on 2022/10/31 07:02:05 UTC

[shardingsphere-elasticjob] branch master updated: Migrate Travis CI to GitHub Actions (#2147)

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

wuweijie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere-elasticjob.git


The following commit(s) were added to refs/heads/master by this push:
     new d160a0b66 Migrate Travis CI to GitHub Actions (#2147)
d160a0b66 is described below

commit d160a0b66b2d311deb5ed682c2ab5e2dbce6c0c2
Author: 吴伟杰 <wu...@apache.org>
AuthorDate: Mon Oct 31 15:02:00 2022 +0800

    Migrate Travis CI to GitHub Actions (#2147)
---
 .travis.yml | 21 ---------------------
 1 file changed, 21 deletions(-)

diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 49c581219..000000000
--- a/.travis.yml
+++ /dev/null
@@ -1,21 +0,0 @@
-language: java
-jdk:
-  - openjdk8
-
-install: true
-
-cache:
-  directories:
-    - "$HOME/.m2"
-
-before_script:
-  - echo "MAVEN_OPTS='-Xmx1024m -XX:MaxMetaspaceSize=256m'" > ~/.mavenrc
-
-script:
-  - travis_wait 30 ./mvnw --batch-mode --no-transfer-progress clean install cobertura:cobertura  -Dmaven.javadoc.skip=true
-
-after_success:
-  - bash <(curl -s https://codecov.io/bash)
-
-after_failure:
-  - echo " build failed ! "