File tree Expand file tree Collapse file tree 3 files changed +26
-1
lines changed Expand file tree Collapse file tree 3 files changed +26
-1
lines changed Original file line number Diff line number Diff line change 4
4
- linux
5
5
- osx
6
6
julia :
7
- - release
7
+ - 0.5
8
+ - 0.6
8
9
- nightly
10
+ matrix :
11
+ allow_failures :
12
+ - julia : 0.6
13
+ - julia : nightly
9
14
notifications :
10
15
email : false
11
16
# uncomment the following lines to override the default test script
Original file line number Diff line number Diff line change 1
1
# MATLABDiffEq.jl
2
2
3
+ [ ![ Join the chat at https://gitter.im/JuliaDiffEq/Lobby ] ( https://badges.gitter.im/JuliaDiffEq/Lobby.svg )] ( https://gitter.im/JuliaDiffEq/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge )
4
+
5
+ [ ![ Build Status] ( https://travis-ci.org/JuliaDiffEq/MATLABDiffEq.jl.svg?branch=master )] ( https://travis-ci.org/JuliaDiffEq/MATLABDiffEq.jl )
6
+
7
+ [ ![ Coverage Status] ( https://coveralls.io/repos/github/JuliaDiffEq/MATLABDiffEq.jl/badge.svg )] ( https://coveralls.io/github/JuliaDiffEq/MATLABDiffEq.jl )
8
+ [ ![ codecov.io] ( http://codecov.io/github/ChrisRackauckas/MATLABDiffEq.jl/coverage.svg?branch=master )] ( http://codecov.io/github/ChrisRackauckas/MATLABDiffEq.jl?branch=master )
9
+
10
+ # Uncomment the next two lines if this package is registered
11
+ #[ ![ MATLABDiffEq] ( http://pkg.julialang.org/badges/MATLABDiffEq_0.5.svg )] ( http://pkg.julialang.org/?pkg=MATLABDiffEq )
12
+ #[ ![ MATLABDiffEq] ( http://pkg.julialang.org/badges/MATLABDiffEq_0.6.svg )] ( http://pkg.julialang.org/?pkg=MATLABDiffEq )
13
+
3
14
MATLABDiffEq.jl is a common interface binding for the [ MATLAB] ( https://www.mathworks.com/products/matlab.html )
15
+
4
16
ordinary differential equation solvers. It uses the [ MATLAB.jl] ( https://github.com/JuliaInterop/MATLAB.jl ) interop in order to
5
17
send the differential equation over to MATLAB and solve it. Note that this
6
18
package requires the differential equation function to be defined using
Original file line number Diff line number Diff line change @@ -2,8 +2,16 @@ environment:
2
2
matrix :
3
3
- JULIAVERSION : " julialang/bin/winnt/x86/0.5/julia-0.5-latest-win32.exe"
4
4
- JULIAVERSION : " julialang/bin/winnt/x64/0.5/julia-0.5-latest-win64.exe"
5
+ - JULIAVERSION : " julialang/bin/winnt/x86/0.6/julia-0.6-latest-win32.exe"
6
+ - JULIAVERSION : " julialang/bin/winnt/x64/0.6/julia-0.6-latest-win64.exe"
5
7
- JULIAVERSION : " julianightlies/bin/winnt/x86/julia-latest-win32.exe"
6
8
- JULIAVERSION : " julianightlies/bin/winnt/x64/julia-latest-win64.exe"
9
+ matrix :
10
+ allow_failures :
11
+ - JULIAVERSION : " julialang/bin/winnt/x86/0.6/julia-0.6-latest-win32.exe"
12
+ - JULIAVERSION : " julialang/bin/winnt/x64/0.6/julia-0.6-latest-win64.exe"
13
+ - JULIAVERSION : " julianightlies/bin/winnt/x86/julia-latest-win32.exe"
14
+ - JULIAVERSION : " julianightlies/bin/winnt/x64/julia-latest-win64.exe"
7
15
8
16
branches :
9
17
only :
You can’t perform that action at this time.
0 commit comments