Skip to content

Commit 113e2d7

Browse files
committed
README.md: Add status badges.
Add status badges for Travis, Appveyor and Codecov.
1 parent 3a27f02 commit 113e2d7

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
| **Build status** | **Coverage** |
2+
|:-----------------:|:----------------:|
3+
| [![][travis-img]][travis-url] [![][appveyor-img]][appveyor-url] | [![][codecov-img]][codecov-url] |
4+
15
# FirstOrderLogic
26

37
This is a Julia package for parsing, manipulating and evaluating formulas in first-order logic.
8+
9+
[codecov-img]: https://codecov.io/gh/roberthoenig/FirstOrderLogic.jl/branch/master/graph/badge.svg
10+
[codecov-url]: https://codecov.io/gh/roberthoenig/FirstOrderLogic.jl
11+
[travis-img]: https://travis-ci.org/roberthoenig/FirstOrderLogic.jl.svg?branch=master
12+
[travis-url]: https://travis-ci.org/roberthoenig/FirstOrderLogic.jl
13+
[appveyor-img]: https://ci.appveyor.com/api/projects/status/rn8exp4696vo9co5/branch/master?svg=true
14+
[appveyor-url]: https://ci.appveyor.com/project/roberthoenig/firstorderlogic-jl/branch/master

0 commit comments

Comments
 (0)