travis; wine

This commit is contained in:
Thomas Breloff 2015-10-21 00:15:11 -04:00
parent 5bfa653858
commit 4223bd57f1
5 changed files with 10082 additions and 10078 deletions

View File

@ -6,12 +6,13 @@ os:
julia:
- 0.3
- 0.4
- nightly
#- nightly
notifications:
email: true
# uncomment the following lines to override the default test script
script:
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
- julia -e 'Pkg.clone("Images"); Pkg.clone("ImageMagick")'
- julia -e 'Pkg.clone(pwd()); Pkg.build("Plots")`
- julia -e 'Pkg.checkout("Images"); Pkg.checkout("ImageMagick")'
- julia -e `Pkg.test("Plots"; coverage=true)'
- julia -e 'cd(Pkg.dir("ImageMagick")); 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

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 44 KiB

After

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 57 KiB

After

Width:  |  Height:  |  Size: 53 KiB