test on 1.4 and update version
This commit is contained in:
parent
2083af9257
commit
5194e49b4c
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,3 +9,4 @@ deps/build.log
|
|||||||
deps/deps.jl
|
deps/deps.jl
|
||||||
Manifest.toml
|
Manifest.toml
|
||||||
dev/
|
dev/
|
||||||
|
test/tmpplotsave.hdf5
|
||||||
|
|||||||
@ -5,7 +5,7 @@ os:
|
|||||||
# - osx
|
# - osx
|
||||||
julia:
|
julia:
|
||||||
- 1
|
- 1
|
||||||
- 1.3
|
- 1.4
|
||||||
- nightly
|
- nightly
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
name = "Plots"
|
name = "Plots"
|
||||||
uuid = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
|
uuid = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
|
||||||
author = ["Tom Breloff (@tbreloff)"]
|
author = ["Tom Breloff (@tbreloff)"]
|
||||||
version = "0.29.8"
|
version = "0.29.9"
|
||||||
|
|
||||||
[deps]
|
[deps]
|
||||||
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
|
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
|
||||||
|
|||||||
@ -2,7 +2,7 @@ environment:
|
|||||||
matrix:
|
matrix:
|
||||||
# - julia_version: 0.7
|
# - julia_version: 0.7
|
||||||
- julia_version: 1
|
- julia_version: 1
|
||||||
- julia_version: 1.3
|
- julia_version: 1.4
|
||||||
- julia_version: nightly
|
- julia_version: nightly
|
||||||
|
|
||||||
platform:
|
platform:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user