Added coverage to .travis.yml

pull/17/head
Matti Pastell 2014-12-06 19:25:27 +02:00
parent 8fd8de5a4c
commit 4953c46f69
1 changed files with 2 additions and 0 deletions

View File

@ -15,3 +15,5 @@ before_install:
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
script:
- julia -e 'Pkg.init(); Pkg.clone(pwd()); Pkg.test("JuliaReport")'
after_success:
- julia -e 'cd(Pkg.dir("JuliaReport")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'