travis; wine

This commit is contained in:
Thomas Breloff 2015-10-21 00:29:53 -04:00
parent 5eead5b0fa
commit 38d1fc15fe
4 changed files with 4 additions and 10025 deletions

View File

@ -12,7 +12,7 @@ notifications:
# uncomment the following lines to override the default test script # uncomment the following lines to override the default test script
script: script:
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
- julia -e 'Pkg.clone("Images"); Pkg.clone("ImageMagick")' - julia -e 'Pkg.clone("Images"); Pkg.clone("ImageMagick"); Pkg.build("ImageMagick")'
- julia -e 'Pkg.clone(pwd()); Pkg.build("Plots")' - julia -e 'Pkg.clone(pwd()); Pkg.build("Plots")'
- julia -e 'Pkg.test("Plots"; coverage=true)' - julia -e 'Pkg.test("Plots"; coverage=true)'
- julia -e 'cd(Pkg.dir("Plots")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(process_folder()); Codecov.submit(process_folder())' - julia -e 'cd(Pkg.dir("Plots")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(process_folder()); Codecov.submit(process_folder())'

File diff suppressed because one or more lines are too long

View File

@ -111,6 +111,7 @@ function plot!(plt::Plot, args...; kw...)
kwList, xmeta, ymeta = createKWargsList(plt, groupargs..., args...; d...) kwList, xmeta, ymeta = createKWargsList(plt, groupargs..., args...; d...)
# if we were able to extract guide information from the series inputs, then update the plot # if we were able to extract guide information from the series inputs, then update the plot
@show xmeta, ymeta
updateDictWithMeta(d, plt.initargs, xmeta, true) updateDictWithMeta(d, plt.initargs, xmeta, true)
updateDictWithMeta(d, plt.initargs, ymeta, false) updateDictWithMeta(d, plt.initargs, ymeta, false)

View File

@ -150,7 +150,6 @@ Create a series of plots:
function subplot(args...; kw...) function subplot(args...; kw...)
validateSubplotSupported() validateSubplotSupported()
d = Dict(kw) d = Dict(kw)
println(d)
preprocessArgs!(d) preprocessArgs!(d)
# figure out the layout # figure out the layout