Fix to travis

pull/29/head
Matti Pastell 2015-01-05 23:42:08 +02:00
parent 15252000d0
commit 5871978520
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ before_install:
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
script:
- julia -e 'Pkg.init(); Pkg.clone(pwd()); Pkg.resolve();'
- xvfb-run julia --code-coverage=all -e 'include("winston_formats.jl")'
- xvfb-run julia --code-coverage=all -e 'cd(Pkg.dir("Weave", "test")); include("winston_formats.jl")'
- xvfb-run julia -e 'Pkg.test("Weave", coverage=true)'
after_success:
- julia -e 'cd(Pkg.dir("Weave")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'