Skip to content

Commit

Permalink
Added Coverage.io support.
Browse files Browse the repository at this point in the history
Signed-off-by: Ted Steiner <tsteiner2@gmail.com>
  • Loading branch information
tedsteiner committed Jul 11, 2015
1 parent 6977b08 commit 18b43d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -23,3 +23,4 @@ script:
- julia -e 'Pkg.test("OpenStreetMap", coverage=true)'
after_success:
- julia -e 'cd(Pkg.dir("OpenStreetMap")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
- julia -e 'cd(Pkg.dir("OpenStreetMap")); using Coverage; Codecov.submit(Codecov.process_folder()))'

0 comments on commit 18b43d1

Please sign in to comment.