1
0
mirror of https://github.com/bspeice/Quant.jl synced 2025-09-13 10:05:09 -04:00

Add Coveralls support

This commit is contained in:
bspeice
2016-03-05 19:05:30 -05:00
parent 80cdca446d
commit cfb192b971

View File

@ -5,3 +5,5 @@ os:
julia: julia:
- 0.4 - 0.4
- nightly - nightly
after_success:
- julia -e 'cd(Pkg.dir("Quant")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(process_folder())'