drop support for julia-1.0

This commit is contained in:
kalmarek 2019-10-31 10:19:42 +01:00
parent 4362e7354c
commit 080aef1eaf
No known key found for this signature in database
GPG Key ID: 8BF1A3855328FC15
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,6 @@ os:
- linux
- osx
julia:
- 1.0
- 1.1
- 1.2
- 1.3
@ -15,7 +14,7 @@ matrix:
fast_finish: true
allow_failures:
- julia: nightly
- os: osx
addons:
apt:
packages:

View File

@ -20,6 +20,7 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
[compat]
GroupRings = "^0.3.0"
Groups = "^0.2.1"
julia = "≥ 1.1.0"
[extras]
SCS = "c946c3f1-0d1f-5ce8-9dea-7daa1f7e2d13"