drop support for julia-0.7

This commit is contained in:
kalmarek 2019-01-02 16:04:56 +01:00
parent 9fd136ac06
commit e418695283
3 changed files with 7 additions and 2 deletions

View File

@ -4,7 +4,6 @@ os:
- linux
- osx
julia:
- 0.7
- 1.0
- nightly
notifications:

View File

@ -9,5 +9,11 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]
[compat]
AbstractAlgebra = "^0.3.0"

View File

@ -1,2 +1,2 @@
julia 0.7
julia 1.0
AbstractAlgebra