Skip to content

Commit

Permalink
Update .travis (#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
glmapper authored and ujjboy committed Aug 1, 2019
1 parent b4adb31 commit dd8fb04
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .coveralls.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ script:
- sh ./check_format.sh

after_success:
- mvn clean test cobertura:cobertura org.eluder.coveralls:coveralls-maven-plugin:report
- bash <(curl -s https://codecov.io/bash)
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## SOFATracer

[![Build Status](https://travis-ci.com/sofastack/sofa-tracer.svg?branch=master)](https://travis-ci.com/sofastack/sofa-tracer)
[![Coverage Status](https://coveralls.io/repos/github/sofastack/sofa-tracer/badge.svg?branch=master)](https://coveralls.io/github/sofastack/sofa-tracer?branch=master)
[![Coverage Status](https://codecov.io/gh/sofastack/sofa-tracer/branch/master/graph/badge.svg)](https://codecov.io/gh/sofastack/sofa-tracer/branch/master)
![license](https://img.shields.io/badge/license-Apache--2.0-green.svg)
[![Maven](https://img.shields.io/github/release/sofastack/sofa-tracer.svg)](https://github.com/sofastack/sofa-tracer/releases)

Expand Down

0 comments on commit dd8fb04

Please sign in to comment.