From d3d220d3fe506b999f7d9ebec94fcf5448aaf0d9 Mon Sep 17 00:00:00 2001 From: ScottPJones Date: Wed, 10 May 2017 10:40:42 -0400 Subject: [PATCH] Add Travis CI & AppVeyor testing of v0.6, add test badges to README.md --- .travis.yml | 4 +++- README.md | 5 ++++- appveyor.yml | 4 ++++ 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index d1a291e..9764a98 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,10 +4,12 @@ os: - linux - osx julia: - - release + - 0.5 + - 0.6 - nightly matrix: allow_failures: + - julia: 0.6 - julia: nightly notifications: email: false diff --git a/README.md b/README.md index 43b8d84..11f279f 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,10 @@ [![Coverage Status](https://coveralls.io/repos/JuliaDiffEq/DelayDiffEq.jl/badge.svg?branch=master&service=github)](https://coveralls.io/github/JuliaDiffEq/DelayDiffEq.jl?branch=master) [![codecov.io](http://codecov.io/github/JuliaDiffEq/DelayDiffEq.jl/coverage.svg?branch=master)](http://codecov.io/github/JuliaDiffEq/DelayDiffEq.jl?branch=master) -OrdinaryDiffEq.jl is a component package in the DifferentialEquations ecosystem. It holds the +[![DelayDiffEq](http://pkg.julialang.org/badges/DelayDiffEq_0.5.svg)](http://pkg.julialang.org/?pkg=DelayDiffEq) +[![DelayDiffEq](http://pkg.julialang.org/badges/DelayDiffEq_0.6.svg)](http://pkg.julialang.org/?pkg=DelayDiffEq) + +DelayDiffEq.jl is a component package in the DifferentialEquations ecosystem. It holds the delay differential equation solvers and utilities. It is built on top of OrdinaryDiffEq to extend those solvers for differential delay equations. While completely independent and usable on its own, users interested in using this diff --git a/appveyor.yml b/appveyor.yml index b347012..3292e47 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -2,10 +2,14 @@ environment: matrix: - JULIAVERSION: "julialang/bin/winnt/x86/0.5/julia-0.5-latest-win32.exe" - JULIAVERSION: "julialang/bin/winnt/x64/0.5/julia-0.5-latest-win64.exe" + - JULIAVERSION: "julialang/bin/winnt/x86/0.6/julia-0.6-latest-win32.exe" + - JULIAVERSION: "julialang/bin/winnt/x64/0.6/julia-0.6-latest-win64.exe" - JULIAVERSION: "julianightlies/bin/winnt/x86/julia-latest-win32.exe" - JULIAVERSION: "julianightlies/bin/winnt/x64/julia-latest-win64.exe" matrix: allow_failures: + - JULIAVERSION: "julialang/bin/winnt/x86/0.6/julia-0.6-latest-win32.exe" + - JULIAVERSION: "julialang/bin/winnt/x64/0.6/julia-0.6-latest-win64.exe" - JULIAVERSION: "julianightlies/bin/winnt/x86/julia-latest-win32.exe" - JULIAVERSION: "julianightlies/bin/winnt/x64/julia-latest-win64.exe" branches: