Skip to content

Commit

Permalink
Fix travis badge in README and fix pushing of coverage data to covera…
Browse files Browse the repository at this point in the history
…lls.io.
  • Loading branch information
Dave Shiga committed Apr 30, 2015
1 parent 1f38954 commit b19d1fb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .coveralls.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
service_name: travis-pro
service_name: travis-ci
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Build Status](https://travis-ci.com/broadinstitute/agora.svg?branch=master)](https://travis-ci.com/broadinstitute/agora?branch=master)
[![Build Status](https://travis-ci.org/broadinstitute/agora.svg?branch=master)](https://travis-ci.org/broadinstitute/agora?branch=master)
[![Coverage Status](https://coveralls.io/repos/broadinstitute/agora/badge.svg?branch=master)](https://coveralls.io/r/broadinstitute/agora?branch=master)


Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,5 @@ mergeStrategy in assembly := customMergeStrategy

Seq(CoverallsPlugin.singleProject: _*)

coverallsServiceName := "travis-pro"
coverallsServiceName := "travis-ci"

0 comments on commit b19d1fb

Please sign in to comment.