don't require julia 1.1

This commit is contained in:
Daniel Schwabeneder 2020-04-10 19:47:09 +02:00
parent 848b53e7d7
commit a1cd3d8f95
3 changed files with 4 additions and 4 deletions

View File

@ -4,7 +4,7 @@ os:
- linux - linux
# - osx # - osx
julia: julia:
- 1.1 - 1.0
- 1 - 1
- nightly - nightly

View File

@ -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 = "1.1.0" version = "1.0.8"
[deps] [deps]
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f" Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
@ -49,7 +49,7 @@ Reexport = "0.2"
Requires = "0.5, 1" Requires = "0.5, 1"
Showoff = "0.3.1" Showoff = "0.3.1"
StatsBase = "0.32, 0.33" StatsBase = "0.32, 0.33"
julia = "1.1" julia = "1"
[extras] [extras]
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549" FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"

View File

@ -1,6 +1,6 @@
environment: environment:
matrix: matrix:
- julia_version: 1.1 - julia_version: 1.0
- julia_version: 1 - julia_version: 1
- julia_version: nightly - julia_version: nightly