Skip to content

Commit 2a00b71

Browse files
committed
Add Travis CI & AppVeyor testing of v0.6, add test badges to README.md
1 parent 9937b8a commit 2a00b71

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ os:
44
- linux
55
- osx
66
julia:
7-
- release
7+
- 0.5
8+
- 0.6
89
- nightly
910
matrix:
1011
allow_failures:
12+
- julia: 0.6
1113
- julia: nightly
1214
notifications:
1315
email: false

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
# DiffEqBiological.jl
22

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)
34
[![Build Status](https://travis-ci.org/JuliaDiffEq/DiffEqBiological.jl.svg?branch=master)](https://travis-ci.org/JuliaDiffEq/DiffEqBiological.jl)
45
[![Build status](https://ci.appveyor.com/api/projects/status/y62d627e5hd513wf?svg=true)](https://ci.appveyor.com/project/ChrisRackauckas/diffeqbiological-jl)
56
[![Coverage Status](https://coveralls.io/repos/ChrisRackauckas/DiffEqBiological.jl/badge.svg?branch=master&service=github)](https://coveralls.io/github/JuliaDiffEq/DiffEqBiological.jl?branch=master)
67
[![codecov.io](http://codecov.io/github/ChrisRackauckas/DiffEqBiological.jl/coverage.svg?branch=master)](http://codecov.io/github/JuliaDiffEq/DiffEqBiological.jl?branch=master)
78

9+
[![DiffEqBiological](http://pkg.julialang.org/badges/DiffEqBiological_0.5.svg)](http://pkg.julialang.org/?pkg=DiffEqBiological)
10+
[![DiffEqBiological](http://pkg.julialang.org/badges/DiffEqBiological_0.6.svg)](http://pkg.julialang.org/?pkg=DiffEqBiological)
11+
812
This repository holds functionality for easily building systems biological models
913
for the DifferentialEquations ecosystem. This has tools for developing chemical
1014
reaction networks and simulating them with Gillespie, ODE, SDE, DDE, and DAE

appveyor.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,14 @@ environment:
22
matrix:
33
- JULIAVERSION: "julialang/bin/winnt/x86/0.5/julia-0.5-latest-win32.exe"
44
- 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"
57
- JULIAVERSION: "julianightlies/bin/winnt/x86/julia-latest-win32.exe"
68
- JULIAVERSION: "julianightlies/bin/winnt/x64/julia-latest-win64.exe"
79
matrix:
810
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"
913
- JULIAVERSION: "julianightlies/bin/winnt/x86/julia-latest-win32.exe"
1014
- JULIAVERSION: "julianightlies/bin/winnt/x64/julia-latest-win64.exe"
1115
branches:

0 commit comments

Comments
 (0)