diff --git a/.appveyor.yml b/.appveyor.yml deleted file mode 100644 index 8fe3b19..0000000 --- a/.appveyor.yml +++ /dev/null @@ -1,15 +0,0 @@ -platform: - - x64 - -skip_commits: - files: - - "*.yml" - - "*.rst" - - "LICENSE" - - "*.md" - -build: off - -test_script: - - mvn test -B - diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index ca4dca2..0000000 --- a/.travis.yml +++ /dev/null @@ -1,23 +0,0 @@ - -language: java -sudo: false # faster builds - -jdk: - - openjdk8 - - openjdk9 - - openjdk11 - - openjdk12 - -install: /bin/true - -branches: # build only on these branches - only: - - master - -script: - # Test - - mvn test -B - -after_success: - - bash <(curl -s https://codecov.io/bash) - diff --git a/README-CN.md b/README-CN.md index 27131a7..934f664 100644 --- a/README-CN.md +++ b/README-CN.md @@ -4,8 +4,7 @@ ## Alibaba Cloud Tea for Java -[![Travis Build Status](https://travis-ci.org/aliyun/tea-java.svg?branch=master)](https://travis-ci.org/aliyun/tea-java) -[![Build status](https://ci.appveyor.com/api/projects/status/10g6aivxp0jwebr3?svg=true)](https://ci.appveyor.com/project/aliyun/tea-java) +[![CI](https://github.com/aliyun/tea-java/actions/workflows/ci.yml/badge.svg)](https://github.com/aliyun/tea-java/actions/workflows/ci.yml) [![codecov](https://codecov.io/gh/aliyun/tea-java/branch/master/graph/badge.svg)](https://codecov.io/gh/aliyun/tea-java) [![Latest Stable Version](https://img.shields.io/maven-central/v/com.aliyun/tea.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22com.aliyun%22%20AND%20a:%22tea%22) diff --git a/README.md b/README.md index 89a0513..32ed654 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,7 @@ ## Alibaba Cloud Tea for Java -[![Travis Build Status](https://travis-ci.org/aliyun/tea-java.svg?branch=master)](https://travis-ci.org/aliyun/tea-java) -[![Build status](https://ci.appveyor.com/api/projects/status/10g6aivxp0jwebr3?svg=true)](https://ci.appveyor.com/project/aliyun/tea-java) +[![CI](https://github.com/aliyun/tea-java/actions/workflows/ci.yml/badge.svg)](https://github.com/aliyun/tea-java/actions/workflows/ci.yml) [![codecov](https://codecov.io/gh/aliyun/tea-java/branch/master/graph/badge.svg)](https://codecov.io/gh/aliyun/tea-java) [![Latest Stable Version](https://img.shields.io/maven-central/v/com.aliyun/tea.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22com.aliyun%22%20AND%20a:%22tea%22)