Skip to content

Commit

Permalink
Merge pull request #45 from QuantEcon/coveralls
Browse files Browse the repository at this point in the history
Add Coveralls
  • Loading branch information
oyamad committed Sep 4, 2017
2 parents 024a931 + ad8c5a0 commit 0bc2586
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@ script:
after_success:
- julia -e 'Pkg.add("Documenter")'
- julia -e 'cd(Pkg.dir("Games")); ENV["DOCUMENTER_DEBUG"] = "true"; include(joinpath("docs", "make.jl"))'
- julia -e 'cd(Pkg.dir("Games")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(process_folder())'
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@

[![Build Status](https://travis-ci.org/QuantEcon/Games.jl.svg?branch=master)](https://travis-ci.org/QuantEcon/Games.jl)
[![](https://img.shields.io/badge/docs-latest-blue.svg)](https://QuantEcon.github.io/Games.jl/latest)
[![Coverage Status](https://coveralls.io/repos/github/QuantEcon/Games.jl/badge.svg)](https://coveralls.io/github/QuantEcon/Games.jl)

Algorithms and data structures for game theory in Julia

0 comments on commit 0bc2586

Please sign in to comment.