Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
Add badges.
Browse files Browse the repository at this point in the history
  • Loading branch information
helgee committed May 11, 2016
1 parent 64365de commit ab8fd69
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ notifications:
# - julia -e 'Pkg.clone(pwd()); Pkg.build("Astrodynamics"); Pkg.test("Astrodynamics"; coverage=true)'

after_success:
- julia -e 'cd(Pkg.dir("Astrodynamics")); Pkg.add("Coverage"); using Coverage; Codecov.submit(process_folder())'
- julia -e 'cd(Pkg.dir("Astrodynamics")); Pkg.add("Coverage"); using Coverage; Codecov.submit(process_folder())'
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
![Astrodynamics.jl](docs/logo/Astrodynamics-jl-logo.png)

[![Build Status](https://travis-ci.org/helgee/Astrodynamics.jl.svg?branch=master)](https://travis-ci.org/helgee/Astrodynamics.jl)
[![codecov](https://codecov.io/gh/helgee/Astrodynamics.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/helgee/Astrodynamics.jl)

Astrodynamics.jl is an MIT-licensed library for the development of astrodynamics software tools in Julia.

## Installation
Expand Down

0 comments on commit ab8fd69

Please sign in to comment.