File tree Expand file tree Collapse file tree 3 files changed +5
-42
lines changed Expand file tree Collapse file tree 3 files changed +5
-42
lines changed Original file line number Diff line number Diff line change @@ -3,14 +3,19 @@ language: julia
3
3
os :
4
4
- linux
5
5
- osx
6
+ - windows
6
7
julia :
7
8
- 0.7
8
9
- 1.0
10
+ - 1.1
11
+ - 1.2
12
+ - 1.3
9
13
- nightly
10
14
notifications :
11
15
email : false
12
16
matrix :
13
17
allow_failures :
18
+ - julia : 1.3
14
19
- julia : nightly
15
20
fast_finish : true
16
21
after_success :
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