Skip to content

Commit

Permalink
Merge pull request JuliaStats#58 from IainNZ/patch-1
Browse files Browse the repository at this point in the history
Submit Codecov results
  • Loading branch information
johnmyleswhite committed Aug 25, 2015
2 parents c429cc2 + 90369d0 commit 6e48730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ script:
- julia -e 'Pkg.init(); Pkg.clone(pwd())'
- julia -e 'Pkg.test("NullableArrays", coverage=true)'
after_success:
- julia -e 'cd(Pkg.dir("NullableArrays")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
- julia -e 'cd(Pkg.dir("NullableArrays")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(process_folder()); Codecov.submit(process_folder())'

0 comments on commit 6e48730

Please sign in to comment.