Skip to content

Commit f811b56

Browse files
authored
fix(travis): fix to remove codecov from travis (#35)
1 parent efa16c6 commit f811b56

File tree

3 files changed

+2
-16
lines changed

3 files changed

+2
-16
lines changed

.travis.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,12 @@ jobs:
3535
include:
3636
- stage: Build-Test
3737
jdk: openjdk8
38-
install:
39-
- curl -s https://codecov.io/bash > $HOME/codecov-bash.sh && chmod +x $HOME/codecov-bash.sh
38+
install: true
4039
script:
4140
- build/setMavenVersion.sh
4241
- mvn verify -fae -DskipITs $MVN_ARGS
4342
after_success:
44-
- build/publishCodeCoverage.sh
43+
- echo "Build is successful"
4544

4645
- stage: Semantic-Release
4746
install:

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
[![Javadoc](https://img.shields.io/static/v1?label=javadoc&message=latest&color=blue)](https://ibm.github.io/vpc-java-sdk/docs/latest)
44
[![Release](https://img.shields.io/github/v/release/IBM/vpc-java-sdk)](https://github.com/IBM/vpc-java-sdk/releases/latest)
55
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
6-
[![codecov](https://codecov.io/gh/IBM/vpc-java-sdk/branch/master/graph/badge.svg)](https://codecov.io/gh/IBM/vpc-java-sdk)
76
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
87

98
# IBM Cloud VPC Java SDK Version 0.8.0

build/publishCodeCoverage.sh

-12
This file was deleted.

0 commit comments

Comments
 (0)