ci: Remove travis.yml and relevant status badge in README.md (#2222)
This commit is contained in:
parent
1a5ae2afac
commit
4aaf59056f
30
.travis.yml
30
.travis.yml
|
|
@ -1,30 +0,0 @@
|
|||
language: java
|
||||
|
||||
sudo: required
|
||||
dist: trusty
|
||||
|
||||
matrix:
|
||||
include:
|
||||
- jdk: oraclejdk8
|
||||
env: BUILD_JDK=ORACLE_JDK_8
|
||||
- jdk: oraclejdk11
|
||||
env: BUILD_JDK=ORACLE_JDK_11
|
||||
- arch: arm64
|
||||
allow_failures:
|
||||
- env: BUILD_JDK=ORACLE_JDK_11
|
||||
|
||||
# https://docs.travis-ci.com/user/languages/java/#maven-dependency-management
|
||||
install:
|
||||
- if [ "${TRAVIS_CPU_ARCH}" == "arm64" ]; then
|
||||
sudo apt-get install -y maven openjdk-11-jdk;
|
||||
export JAVA_HOME=/usr/lib/jvm/java-11-openjdk-arm64;
|
||||
export PATH=$JAVA_HOME/bin:$PATH;
|
||||
fi
|
||||
- mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V -DminimumPriority=1
|
||||
|
||||
after_success:
|
||||
- bash <(curl -s https://codecov.io/bash)
|
||||
|
||||
cache:
|
||||
directories:
|
||||
- $HOME/.m2/
|
||||
|
|
@ -2,7 +2,6 @@
|
|||
|
||||
# Sentinel: The Sentinel of Your Microservices
|
||||
|
||||
[](https://travis-ci.org/alibaba/Sentinel)
|
||||
[](https://codecov.io/gh/alibaba/Sentinel)
|
||||
[](https://search.maven.org/search?q=g:com.alibaba.csp%20AND%20a:sentinel-core)
|
||||
[](https://www.apache.org/licenses/LICENSE-2.0.html)
|
||||
|
|
@ -179,4 +178,3 @@ If you are using Sentinel, please [add your company here](https://github.com/ali
|
|||

|
||||

|
||||

|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue