Skip to content

Commit ef0e67d

Browse files
authored
Switch Travis and Coveralls to free / open-source version. (#121)
* Switch Coveralls to free / open-source version. * Add Travis build status badge.
1 parent dd90663 commit ef0e67d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ env:
1212
script:
1313
- mix deps.get
1414
- mix format --check-formatted
15-
- mix coveralls.travis --pro
15+
- mix coveralls.travis
1616
- mix credo
1717

1818
branches:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Xgit
22

3-
Pure Elixir native implementation of git [![Coverage Status](https://coveralls.io/repos/github/scouten/xgit/badge.svg?t=xE9sgP)](https://coveralls.io/github/scouten/xgit)
3+
Pure Elixir native implementation of git [![Build Status](https://travis-ci.org/elixir-git/xgit.svg?branch=master)](https://travis-ci.org/elixir-git/xgit) [![Coverage Status](https://coveralls.io/repos/github/elixir-git/xgit/badge.svg?branch=master)](https://coveralls.io/github/elixir-git/xgit?branch=master)
44

55

66
## WORK IN PROGRESS

0 commit comments

Comments
 (0)