travis; wine
This commit is contained in:
parent
5bfa653858
commit
4223bd57f1
@ -6,12 +6,13 @@ os:
|
|||||||
julia:
|
julia:
|
||||||
- 0.3
|
- 0.3
|
||||||
- 0.4
|
- 0.4
|
||||||
- nightly
|
#- nightly
|
||||||
notifications:
|
notifications:
|
||||||
email: true
|
email: true
|
||||||
# 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(pwd()); Pkg.build("Plots")`
|
- 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 `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
@ -150,6 +150,7 @@ 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
|
||||||
|
|||||||
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 |
Loading…
x
Reference in New Issue
Block a user