File tree Expand file tree Collapse file tree 4 files changed +6
-44
lines changed Expand file tree Collapse file tree 4 files changed +6
-44
lines changed Original file line number Diff line number Diff line change @@ -3,14 +3,18 @@ language: julia
3
3
os :
4
4
- linux
5
5
- osx
6
+ - windows
6
7
julia :
7
- - 0.7
8
8
- 1.0
9
+ - 1.1
10
+ - 1.2
11
+ - 1.3
9
12
- nightly
10
13
notifications :
11
14
email : false
12
15
matrix :
13
16
allow_failures :
17
+ - julia : 1.3
14
18
- julia : nightly
15
19
fast_finish : true
16
20
after_success :
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
7
7
Printf = " de0858da-6303-5e67-8744-51eddeeeb8d7"
8
8
9
9
[compat ]
10
- julia = " 0.7, 1.0 "
10
+ julia = " 1 "
11
11
12
12
[extras ]
13
13
Random = " 9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Original file line number Diff line number Diff line change 1
1
# FiniteDifferences.jl: Finite Difference Methods
2
2
3
3
[ ![ Build Status] ( https://travis-ci.org/JuliaDiff/FiniteDifferences.jl.svg?branch=master )] ( https://travis-ci.org/JuliaDiff/FiniteDifferences.jl )
4
- [ ![ Windows Build status] ( https://ci.appveyor.com/api/projects/status/g0gun5dxbkt631am/branch/master?svg=true )] ( https://ci.appveyor.com/project/JuliaDiff/FiniteDifferences-jl/branch/master )
5
4
[ ![ codecov.io] ( https://codecov.io/github/JuliaDiff/FiniteDifferences.jl/coverage.svg?branch=master )] ( https://codecov.io/github/JuliaDiff/FiniteDifferences.jl?branch=master )
6
5
[ ![ Latest Docs] ( https://img.shields.io/badge/docs-latest-blue.svg )] ( https://juliadiff.github.io/FiniteDifferences.jl/latest/ )
7
6
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments