Skip to content

Commit

Permalink
turn on coverage in commented-out script section
Browse files Browse the repository at this point in the history
  • Loading branch information
tkelman committed Dec 15, 2014
1 parent 9b4453a commit a92ea42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/pkg/generate.jl
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ function travis(pkg::AbstractString; force::Bool=false)
# uncomment the following lines to override the default test script
#script:
# - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
# - julia --check-bounds=yes -e 'Pkg.clone(pwd()); Pkg.build("$pkg"); Pkg.test("$pkg")'
# - julia --check-bounds=yes -e 'Pkg.clone(pwd()); Pkg.build("$pkg"); Pkg.test("$pkg"; coverage=true)'
""")
end
end
Expand Down

0 comments on commit a92ea42

Please sign in to comment.