Skip to content

Commit

Permalink
Fix typo in .travis.yml and add badge.
Browse files Browse the repository at this point in the history
  • Loading branch information
getzdan committed Jun 11, 2016
1 parent c8d0603 commit 8a527d4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -13,4 +13,4 @@ notifications:
# - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
# - julia -e 'Pkg.clone(pwd()); Pkg.build("Metamath"); Pkg.test("Metamath"; coverage=true)'
after_success:
- if [ $TRAVIS_JULIA_VERSION = "nightly" ]; then julia -e 'cd(Pkg.dir("Metamath")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
- if [ $TRAVIS_JULIA_VERSION = "nightly" ]; then julia -e 'cd(Pkg.dir("Metamath")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'; fi
7 changes: 4 additions & 3 deletions README.md
@@ -1,5 +1,9 @@
# Metamath.jl

[![Build Status](https://travis-ci.org/getzdan/Metamath.jl.svg?branch=master)](https://travis-ci.org/getzdan/Metamath.jl)
[![Build status](https://ci.appveyor.com/api/projects/status/86f1o182nfeb1yyg?svg=true)](https://ci.appveyor.com/project/getzdan/metamath-jl)
[![Coverage Status](https://coveralls.io/repos/github/getzdan/Metamath.jl/badge.svg?branch=master)](https://coveralls.io/github/getzdan/Metamath.jl?branch=master)

This package provides a standalone verifier for Metamath database files.

For more information on the Metamath language see: http://us.metamath.org.
Expand Down Expand Up @@ -98,6 +102,3 @@ issued and checking continues.
Acknowledgements are due to Norm Megill, creator of the Metamath language and software
ecosystem.
And to Eric Schmidt who wrote `checkmm.cpp` which served as a basis for this package.

[![Build Status](https://travis-ci.org/getzdan/Metamath.jl.svg?branch=master)](https://travis-ci.org/getzdan/Metamath.jl)

0 comments on commit 8a527d4

Please sign in to comment.